1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-13 16:22:44 +03:00

Remove pg_magic, defaults, server, hosts, and demon tables. unused.

This commit is contained in:
Bruce Momjian
1997-11-15 20:58:05 +00:00
parent 0dec3a8d37
commit 1c32d285a6
15 changed files with 27 additions and 386 deletions

View File

@@ -4,7 +4,7 @@
# Makefile for catalog
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/catalog/Makefile,v 1.4 1997/11/13 03:22:18 momjian Exp $
# $Header: /cvsroot/pgsql/src/backend/catalog/Makefile,v 1.5 1997/11/15 20:57:02 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -29,8 +29,7 @@ SUBSYS.o: $(OBJS)
GENBKI= ./genbki.sh
GLOBALBKI_SRCS= $(addprefix ../../include/catalog/, \
pg_database.h pg_demon.h pg_magic.h pg_defaults.h \
pg_variable.h pg_server.h pg_user.h pg_hosts.h \
pg_database.h pg_variable.h pg_user.h \
pg_group.h pg_log.h \
)