Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit107a2d4

Browse files
committed
Remove references to libpq_srcdir in adminpack and old_snapshot
Those two modules included references to libpq's source path, withoutusing anything from libpq. Some copy-pastos done when each module wascreated are likely at the origin of those useless references (aecf5eefor old_snapshot,fe59e56 for adminpack).Reviewed-by: Tom Lane, David RowleyDiscussion:https://postgr.es/m/X+LQpfLyk7jgzUki@paquier.xyz
1 parentf20dc2c commit107a2d4

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)

[8]ページ先頭

©2009-2025 Movatter.jp