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

Commit 35096b5

Browse files
committed
Split vacuum and analyze into separate files
1 parent 3d669b5 commit 35096b5

File tree

6 files changed

+12
-603
lines changed

6 files changed

+12
-603
lines changed

src/backend/commands/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
# Makefile for commands
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/backend/commands/Makefile,v 1.24 2000/05/29 05:44:44 tgl Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/commands/Makefile,v 1.25 2000/05/29 17:40:43 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

1111
SRCDIR = ../..
1212
include $(SRCDIR)/Makefile.global
1313

1414
OBJS = async.o creatinh.o command.o comment.o copy.o indexcmds.o define.o \
15-
remove.o rename.o vacuum.o view.o cluster.o \
15+
remove.o rename.o vacuum.o analyze.o view.o cluster.o \
1616
explain.o sequence.o trigger.o user.o proclang.o \
1717
dbcommands.o variable.o
1818

0 commit comments

Comments
 (0)