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

Commit8559733

Browse files
author
Michael Paquier
committed
Remove USE_PGXS usage
Let's be honest, this is not going to be integrated into Postgres core,so let's make things simpler.
1 parent25ebddb commit8559733

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

‎Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,9 @@ PG_LIBS = $(libpq_pgport)
3636

3737
REGRESS = option init show_validate backup_restore
3838

39-
ifdefUSE_PGXS
4039
PG_CONFIG = pg_config
4140
PGXS :=$(shell$(PG_CONFIG) --pgxs)
4241
include$(PGXS)
43-
else
44-
subdir = contrib/pg_arman
45-
top_builddir = ../..
46-
include$(top_builddir)/src/Makefile.global
47-
include$(top_srcdir)/contrib/contrib-global.mk
48-
endif
4942

5043
# remove dependency to libxml2 and libxslt
5144
LIBS :=$(filter-out -lxml2,$(LIBS))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp