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

Commitfe1cc1e

Browse files
committed
pg_standby doesn't need to be linked with libpq. Fujii Masao.
1 parentde160e2 commitfe1cc1e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎contrib/pg_standby/Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# $PostgreSQL: pgsql/contrib/pg_standby/Makefile,v 1.4 2007/11/10 23:59:51 momjian Exp $
1+
# $PostgreSQL: pgsql/contrib/pg_standby/Makefile,v 1.5 2009/07/16 09:59:46 heikki Exp $
22

33
PROGRAM = pg_standby
44
OBJS= pg_standby.o
55

6-
PG_CPPFLAGS = -I$(libpq_srcdir)
7-
PG_LIBS =$(libpq_pgport)
8-
96
ifdefUSE_PGXS
107
PG_CONFIG = pg_config
118
PGXS :=$(shell$(PG_CONFIG) --pgxs)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp