We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d654985 commit 89c3f3aCopy full SHA for 89c3f3a
pg_show_plans.c
@@ -116,10 +116,6 @@ Datum pg_show_plans(PG_FUNCTION_ARGS);
116
117
PG_FUNCTION_INFO_V1(pg_show_plans_enable);
118
PG_FUNCTION_INFO_V1(pg_show_plans_disable);
119
-PG_FUNCTION_INFO_V1(pgsp_format_text);
120
-PG_FUNCTION_INFO_V1(pgsp_format_json);
121
-PG_FUNCTION_INFO_V1(pgsp_format_yaml);
122
-PG_FUNCTION_INFO_V1(pgsp_format_xml);
123
PG_FUNCTION_INFO_V1(pg_show_plans);
124
125
/* Global Variables */
0 commit comments