Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2024-03-14 05:57:16 +0000
committerPeter Eisentraut2024-03-14 06:11:21 +0000
commit6ab2e8385d55e0b73bb8bbc41d9c286f5f7f357f (patch)
tree7c3abafda242ca2277bf70b17a95f2d5dabaf454 /src/backend/commands/dbcommands.c
parent6cb1b632b354518a595f1b23bfbac28a798f7f1c (diff)
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