Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e8647c4

Browse files
committed
Sequence numbers generators code.
1 parent 1a3c737 commit e8647c4

File tree

2 files changed

+554
-2
lines changed

2 files changed

+554
-2
lines changed

src/backend/commands/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for commands
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/backend/commands/Makefile,v 1.2 1996/11/03 23:57:17 scrappy Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/commands/Makefile,v 1.3 1997/04/02 03:51:23 vadim Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -19,7 +19,7 @@ CFLAGS+=$(INCLUDE_OPT)
1919

2020
OBJS = async.o creatinh.o command.o copy.o defind.o define.o \
2121
purge.o remove.o rename.o vacuum.o version.o view.o cluster.o \
22-
recipe.o explain.o
22+
recipe.o explain.o sequence.o
2323

2424
all: SUBSYS.o
2525

0 commit comments

Comments
 (0)