diff options
Diffstat (limited to 'src/include/commands/sequence.h')
-rw-r--r-- | src/include/commands/sequence.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/include/commands/sequence.h b/src/include/commands/sequence.h index df8cc2b94b7..144c3c2e6fe 100644 --- a/src/include/commands/sequence.h +++ b/src/include/commands/sequence.h @@ -52,14 +52,6 @@ typedef struct xl_seq_rec } xl_seq_rec; extern Datum nextval(PG_FUNCTION_ARGS); -extern Datum nextval_oid(PG_FUNCTION_ARGS); -extern Datum currval_oid(PG_FUNCTION_ARGS); -extern Datum setval_oid(PG_FUNCTION_ARGS); -extern Datum setval3_oid(PG_FUNCTION_ARGS); -extern Datum lastval(PG_FUNCTION_ARGS); - -extern Datum pg_sequence_parameters(PG_FUNCTION_ARGS); -extern Datum pg_sequence_last_value(PG_FUNCTION_ARGS); extern ObjectAddress DefineSequence(ParseState *pstate, CreateSeqStmt *stmt); extern ObjectAddress AlterSequence(ParseState *pstate, AlterSeqStmt *stmt); |