mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
General function for SERIAL/IDENTITY/AUTOINCREMENT feature.
Handle INSERT event in timetravel().
This commit is contained in:
@ -9,7 +9,8 @@ ifdef REFINT_VERBOSE
|
||||
CFLAGS+= -DREFINT_VERBOSE
|
||||
endif
|
||||
|
||||
TARGETS= refint$(DLSUFFIX) refint.sql timetravel$(DLSUFFIX) timetravel.sql
|
||||
TARGETS= refint$(DLSUFFIX) refint.sql timetravel$(DLSUFFIX) timetravel.sql \
|
||||
autoinc$(DLSUFFIX) autoinc.sql
|
||||
|
||||
CLEANFILES+= $(TARGETS)
|
||||
|
||||
|
Reference in New Issue
Block a user