mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Update of contrib stuff from massimo.
This commit is contained in:
9
contrib/sequence/set_sequence.h
Normal file
9
contrib/sequence/set_sequence.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef SET_SEQUENCE_H
|
||||
#define SET_SEQUENCE_H
|
||||
|
||||
int set_currval(struct varlena *sequence, int4 nextval);
|
||||
int next_id(struct varlena *sequence);
|
||||
int last_id(struct varlena *sequence);
|
||||
int set_last_id(struct varlena *sequence, int4 nextval);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user