]> granicus.if.org Git - postgresql/blobdiff - contrib/pageinspect/btreefuncs.c
Adjust sepgsql regression output for recent error context change
[postgresql] / contrib / pageinspect / btreefuncs.c
index e3f3c2818f166a4e2e6cf66101e654b8996817d6..c1e83f301b473e50eb0c83015cf268f47679cbfc 100644 (file)
 #include "utils/rel.h"
 
 
-extern Datum bt_metap(PG_FUNCTION_ARGS);
-extern Datum bt_page_items(PG_FUNCTION_ARGS);
-extern Datum bt_page_stats(PG_FUNCTION_ARGS);
-
 PG_FUNCTION_INFO_V1(bt_metap);
 PG_FUNCTION_INFO_V1(bt_page_items);
 PG_FUNCTION_INFO_V1(bt_page_stats);