1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

Fix meson installation of new generated files

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
This commit is contained in:
Peter Eisentraut 2024-02-05 15:45:29 +01:00
parent b96115acb8
commit 1ae5ace755

View 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',
]