File tree Expand file tree Collapse file tree 5 files changed +829
-824
lines changed Expand file tree Collapse file tree 5 files changed +829
-824
lines changed Original file line number Diff line number Diff line change 22#
33# Makefile for backend/catalog
44#
5- # $PostgreSQL: pgsql/src/backend/catalog/Makefile,v 1.78 2010/05/13 11:49:48 petere Exp $
5+ # $PostgreSQL: pgsql/src/backend/catalog/Makefile,v 1.79 2010/08/27 11:47:41 rhaas Exp $
66#
77# -------------------------------------------------------------------------
88
@@ -11,9 +11,10 @@ top_builddir = ../../..
1111include $(top_builddir ) /src/Makefile.global
1212
1313OBJS = catalog.o dependency.o heap.o index.o indexing.o namespace.o aclchk.o \
14- pg_aggregate.o pg_constraint.o pg_conversion.o pg_depend.o pg_enum.o \
15- pg_inherits.o pg_largeobject.o pg_namespace.o pg_operator.o pg_proc.o \
16- pg_db_role_setting.o pg_shdepend.o pg_type.o storage.o toasting.o
14+ objectaddress.o pg_aggregate.o pg_constraint.o pg_conversion.o \
15+ pg_depend.o pg_enum.o pg_inherits.o pg_largeobject.o pg_namespace.o \
16+ pg_operator.o pg_proc.o pg_db_role_setting.o pg_shdepend.o pg_type.o \
17+ storage.o toasting.o
1718
1819BKIFILES = postgres.bki postgres.description postgres.shdescription
1920
You can’t perform that action at this time.
0 commit comments