Skip to content

Commit 89c3f3a

Browse files
committed
Remove unused PG_FUNCTION_INFOs
1 parent d654985 commit 89c3f3a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pg_show_plans.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@ Datum pg_show_plans(PG_FUNCTION_ARGS);
116116

117117
PG_FUNCTION_INFO_V1(pg_show_plans_enable);
118118
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);
123119
PG_FUNCTION_INFO_V1(pg_show_plans);
124120

125121
/* Global Variables */

0 commit comments

Comments
 (0)