mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
General function for SERIAL/IDENTITY/AUTOINCREMENT feature.
Handle INSERT event in timetravel().
This commit is contained in:
@ -1,12 +1,6 @@
|
||||
DROP FUNCTION currabstime();
|
||||
DROP FUNCTION timetravel();
|
||||
DROP FUNCTION set_timetravel(name, int4);
|
||||
|
||||
CREATE FUNCTION currabstime()
|
||||
RETURNS abstime
|
||||
AS '_OBJWD_/timetravel_DLSUFFIX_'
|
||||
LANGUAGE 'c';
|
||||
|
||||
CREATE FUNCTION timetravel()
|
||||
RETURNS opaque
|
||||
AS '_OBJWD_/timetravel_DLSUFFIX_'
|
||||
|
Reference in New Issue
Block a user