meson: catalog/syscache_ids.h isn't installed
От | Sutou Kouhei |
---|---|
Тема | meson: catalog/syscache_ids.h isn't installed |
Дата | |
Msg-id | 20240205.102932.1077972478633308906.kou@clear-code.com обсуждение исходный текст |
Ответы |
Re: meson: catalog/syscache_ids.h isn't installed
Re: meson: catalog/syscache_ids.h isn't installed |
Список | pgsql-hackers |
Hi, catalog/syscache_ids.h is referred by utils/syscache.h but it's not installed with Meson. FYI: * 9b1a6f50b91dca6610932650c8c81a3c924259f9 It uses catalog/syscache_ids.h in utils/syscache.h but catalog/syscache_ids.h isn't installed. * 6eb6086faa3842c2a38a1ee2f97bf9a42ce27610 It changes a Makefile to install catalog/syscache_ids.h but it doesn't change meson.build. ---- diff --git a/src/include/catalog/meson.build b/src/include/catalog/meson.build index 6be76dca1d..0bf6e112d5 100644 --- a/src/include/catalog/meson.build +++ b/src/include/catalog/meson.build @@ -114,7 +114,7 @@ output_install = [ dir_data, dir_data, dir_include_server / 'catalog', - false, + dir_include_server / 'catalog', dir_include_server / 'catalog', dir_include_server / 'catalog', ] ---- Thanks, -- kou
В списке pgsql-hackers по дате отправления: