pgsql: Fix meson installation of new generated files

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix meson installation of new generated files
Дата
Msg-id E1rX0HG-004nG2-HD@gemulon.postgresql.org
обсуждение исходный текст
Список 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@timescale.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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Translation updates
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql: Generate syscache info from catalog files