git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b96115a)
Fix meson installation of new generated files
Mon, 5 Feb 2024 14:45:29 +0000 (15:45 +0100)
Mon, 5 Feb 2024 14:45:29 +0000 (15:45 +0100)
Fix for 9b1a6f50b9: 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


diff --git a/src/include/catalog/meson.build b/src/include/catalog/meson.build
index 6be76dca1dd99355dbb8d3a167a46c95bc200297..6b3c56c20e8f8bdd315efc78f05300cbdc6cff65 100644 (file)
--- a/src/include/catalog/meson.build
+++ b/src/include/catalog/meson.build
@@ -114,8 +114,8 @@ output_install = [
dir_data,
dir_data,
dir_include_server / 'catalog',
- false,
dir_include_server / 'catalog',
+ false,
dir_include_server / 'catalog',
]
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /