Fix meson installation of new generated files
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 5 Feb 2024 14:45:29 +0000 (15:45 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
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

src/include/catalog/meson.build

index 6be76dca1dd99355dbb8d3a167a46c95bc200297..6b3c56c20e8f8bdd315efc78f05300cbdc6cff65 100644 (file)
@@ -114,8 +114,8 @@ output_install = [
   dir_data,
   dir_data,
   dir_include_server / 'catalog',
-  false,
   dir_include_server / 'catalog',
+  false,
   dir_include_server / 'catalog',
 ]