diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-03-14 06:57:16 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-03-14 07:11:21 +0100 |
commit | 6ab2e8385d55e0b73bb8bbc41d9c286f5f7f357f (patch) | |
tree | 7c3abafda242ca2277bf70b17a95f2d5dabaf454 /src/backend/commands/dbcommands.c | |
parent | 6cb1b632b354518a595f1b23bfbac28a798f7f1c (diff) | |
download | postgresql-6ab2e8385d55e0b73bb8bbc41d9c286f5f7f357f.tar.gz postgresql-6ab2e8385d55e0b73bb8bbc41d9c286f5f7f357f.zip |
Put genbki.pl output into src/include/catalog/ directly
With the makefile rules, the output of genbki.pl was written to
src/backend/catalog/, and then the header files were linked to
src/include/catalog/.
This changes it so that the output files are written directly to
src/include/catalog/. This makes the logic simpler, and it also makes
the behavior consistent with the meson build system. Also, the list
of catalog files is now kept in parallel in
src/include/catalog/{meson.build,Makefile}, while before the makefiles
had it in src/backend/catalog/Makefile.
Reviewed-by: Andreas Karlsson <andreas@proxel.se>
Discussion: https://www.postgresql.org/message-id/flat/21b74bdc-183d-4dd5-9c27-9378d178f459@eisentraut.org
Diffstat (limited to 'src/backend/commands/dbcommands.c')
0 files changed, 0 insertions, 0 deletions