move debug output routines to a new file
authorRobert Haas <rhaas@postgresql.org>
Thu, 26 Jun 2025 16:18:31 +0000 (12:18 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 26 Jun 2025 16:18:31 +0000 (12:18 -0400)
commit3a6332213d144a4e520c0d78ca915fdc10f22d85
tree1358f827f7e23f5f60756345f63a9fc3ae6b7bfb
parent30c0836daf68b649a64d277f507913e2559dc29c
move debug output routines to a new file
contrib/pg_plan_advice/Makefile
contrib/pg_plan_advice/meson.build
contrib/pg_plan_advice/pg_plan_advice.c
contrib/pg_plan_advice/pgpa_join.c
contrib/pg_plan_advice/pgpa_join.h
contrib/pg_plan_advice/pgpa_output.c [new file with mode: 0644]