meson: catalog/syscache_ids.h isn't installed

From: Sutou Kouhei <kou(at)clear-code(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: meson: catalog/syscache_ids.h isn't installed
Date: 2024-02-05 01:29:32
Message-ID: 20240205.102932.1077972478633308906.kou@clear-code.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Guo 2024-02-05 01:36:28 Re: An improvement on parallel DISTINCT
Previous Message David G. Johnston 2024-02-05 00:54:40 Re: Grant read-only access to exactly one database amongst many