@@ -676,13 +676,10 @@ extern Datum pg_get_viewdef_name(PG_FUNCTION_ARGS);
676676extern Datum pg_get_viewdef_name_ext (PG_FUNCTION_ARGS );
677677extern Datum pg_get_indexdef (PG_FUNCTION_ARGS );
678678extern Datum pg_get_indexdef_ext (PG_FUNCTION_ARGS );
679- extern char * pg_get_indexdef_string (Oid indexrelid );
680- extern char * pg_get_indexdef_columns (Oid indexrelid , bool pretty );
681679extern Datum pg_get_triggerdef (PG_FUNCTION_ARGS );
682680extern Datum pg_get_triggerdef_ext (PG_FUNCTION_ARGS );
683681extern Datum pg_get_constraintdef (PG_FUNCTION_ARGS );
684682extern Datum pg_get_constraintdef_ext (PG_FUNCTION_ARGS );
685- extern char * pg_get_constraintdef_string (Oid constraintId );
686683extern Datum pg_get_expr (PG_FUNCTION_ARGS );
687684extern Datum pg_get_expr_ext (PG_FUNCTION_ARGS );
688685extern Datum pg_get_userbyid (PG_FUNCTION_ARGS );
@@ -692,17 +689,9 @@ extern Datum pg_get_function_arguments(PG_FUNCTION_ARGS);
692689extern Datum pg_get_function_identity_arguments (PG_FUNCTION_ARGS );
693690extern Datum pg_get_function_result (PG_FUNCTION_ARGS );
694691extern Datum pg_get_function_arg_default (PG_FUNCTION_ARGS );
695- extern char * deparse_expression (Node * expr , List * dpcontext ,
696- bool forceprefix , bool showimplicit );
697- extern List * deparse_context_for (const char * aliasname , Oid relid );
698- extern List * deparse_context_for_planstate (Node * planstate , List * ancestors ,
699- List * rtable , List * rtable_names );
700- extern List * select_rtable_names_for_explain (List * rtable ,
701- Bitmapset * rels_used );
702692extern const char * quote_identifier (const char * ident );
703693extern char * quote_qualified_identifier (const char * qualifier ,
704694 const char * ident );
705- extern char * generate_collation_name (Oid collid );
706695
707696
708697/* tid.c */
0 commit comments