mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
Remove references to libpq_srcdir in adminpack and old_snapshot
Those two modules included references to libpq's source path, without using anything from libpq. Some copy-pastos done when each module was created are likely at the origin of those useless references (aecf5ee
for old_snapshot,fe59e56
for adminpack). Reviewed-by: Tom Lane, David Rowley Discussion: https://postgr.es/m/X+LQpfLyk7jgzUki@paquier.xyz
This commit is contained in:
parent
f20dc2c8dd
commit
107a2d4204
@ -4,7 +4,6 @@ MODULE_big = adminpack
|
||||
OBJS = \
|
||||
$(WIN32RES) \
|
||||
adminpack.o
|
||||
PG_CPPFLAGS = -I$(libpq_srcdir)
|
||||
|
||||
EXTENSION = adminpack
|
||||
DATA = adminpack--1.0.sql adminpack--1.0--1.1.sql adminpack--1.1--2.0.sql\
|
||||
|
@ -4,7 +4,6 @@ MODULE_big = old_snapshot
|
||||
OBJS = \
|
||||
$(WIN32RES) \
|
||||
time_mapping.o
|
||||
PG_CPPFLAGS = -I$(libpq_srcdir)
|
||||
|
||||
EXTENSION = old_snapshot
|
||||
DATA = old_snapshot--1.0.sql
|
||||
|
Loading…
Reference in New Issue
Block a user