pgsql: Fix meson installation of new generated files

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix meson installation of new generated files
Date: 2024-02-05 14:48:54
Message-ID: E1rX0HG-004nG2-HD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)timescale(dot)com>
Discussion: https://www.postgresql.org/message-id/CAJ7c6TMDGmAiozDjJQ3%3DP3cd-1BidC_GpitcAuU0aqq-r1eSoQ%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1ae5ace7558ea949d2f94af2fd5eb145d5558659

Modified Files
--------------
src/include/catalog/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-02-05 14:50:02 Re: pgsql: Generate syscache info from catalog files
Previous Message Peter Eisentraut 2024-02-05 13:53:16 pgsql: Translation updates