mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Assorted fixups for "unpackaged" conversion scripts.
From first pass of testing. Notably, there seems to be no need for adminpack--unpackaged--1.0.sql because none of the objects that the old module creates would ever be dumped by pg_dump anyway (they are all in pg_catalog).
This commit is contained in:
@ -5,7 +5,7 @@ OBJS = adminpack.o
|
||||
PG_CPPFLAGS = -I$(libpq_srcdir)
|
||||
|
||||
EXTENSION = adminpack
|
||||
DATA = adminpack--1.0.sql adminpack--unpackaged--1.0.sql
|
||||
DATA = adminpack--1.0.sql
|
||||
|
||||
ifdef USE_PGXS
|
||||
PG_CONFIG = pg_config
|
||||
|
Reference in New Issue
Block a user