Skip to content

Commit 107a2d4

Browse files
committed
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
1 parent f20dc2c commit 107a2d4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

contrib/adminpack/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ MODULE_big = adminpack
44
OBJS = \
55
$(WIN32RES) \
66
adminpack.o
7-
PG_CPPFLAGS = -I$(libpq_srcdir)
87

98
EXTENSION = adminpack
109
DATA = adminpack--1.0.sql adminpack--1.0--1.1.sql adminpack--1.1--2.0.sql\

contrib/old_snapshot/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ MODULE_big = old_snapshot
44
OBJS = \
55
$(WIN32RES) \
66
time_mapping.o
7-
PG_CPPFLAGS = -I$(libpq_srcdir)
87

98
EXTENSION = old_snapshot
109
DATA = old_snapshot--1.0.sql

0 commit comments

Comments
 (0)