Fix prototype declaration based on patch from David Reid

This commit is contained in:
Philip Warner 2000-10-15 00:34:54 +00:00
parent 03c98b4b02
commit a6c09e3563
1 changed files with 1 additions and 1 deletions

View File

@ -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