Skip to content

Commit 1ae5ace

Browse files
committed
Fix meson installation of new generated files
Fix for 9b1a6f5: We want to install catalog/syscache_ids.h but not catalog/syscache_info.h. The meson code has this backwards. The makefiles are ok. Reported-by: Aleksander Alekseev <aleksander@timescale.com> Discussion: https://www.postgresql.org/message-id/CAJ7c6TMDGmAiozDjJQ3%3DP3cd-1BidC_GpitcAuU0aqq-r1eSoQ%40mail.gmail.com
1 parent b96115a commit 1ae5ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/catalog/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ output_install = [
114114
dir_data,
115115
dir_data,
116116
dir_include_server / 'catalog',
117-
false,
118117
dir_include_server / 'catalog',
118+
false,
119119
dir_include_server / 'catalog',
120120
]
121121

0 commit comments

Comments
 (0)