mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
Fix prototype declaration based on patch from David Reid
This commit is contained in:
parent
03c98b4b02
commit
a6c09e3563
@ -61,7 +61,7 @@ static SeqTable init_sequence(char *caller, char *name);
|
||||
static Form_pg_sequence read_info(char *caller, SeqTable elm, Buffer *buf);
|
||||
static void init_params(CreateSeqStmt *seq, Form_pg_sequence new);
|
||||
static int get_param(DefElem *def);
|
||||
static void do_setval(char *seqname, int32 next, char iscalled);
|
||||
static void do_setval(char *seqname, int32 next, bool iscalled);
|
||||
|
||||
/*
|
||||
* DefineSequence
|
||||
|
Loading…
Reference in New Issue
Block a user