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

Commit8dc626d

Browse files
committed
Fix suggested layout for PGXS makefile
Custom rules must come after pgxs inclusion, not before, because anyrule added before pgxs will break the default 'all' target.Author: Cédric Villemain <cedric@2ndquadrant.fr>
1 parent8372304 commit8dc626d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/makefiles/pgxs.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
# Use the following layout for your Makefile:
1010
#
1111
# [variable assignments, see below]
12-
# [custom rules, rarely necessary]
1312
#
1413
# PG_CONFIG = pg_config
1514
# PGXS := $(shell $(PG_CONFIG) --pgxs)
1615
# include $(PGXS)
1716
#
17+
# [custom rules, rarely necessary]
18+
#
1819
# Set one of these three variables to specify what is built:
1920
#
2021
# MODULES -- list of shared-library objects to be built from source files

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp