We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e640093 commit 9117985Copy full SHA for 9117985
contrib/contrib-global.mk
@@ -1,4 +1,9 @@
1
# contrib/contrib-global.mk
2
3
+# file with extra config for temp build
4
+ifdef TEMP_CONFIG
5
+REGRESS_OPTS += --temp-config=$(TEMP_CONFIG)
6
+endif
7
+
8
NO_PGXS = 1
9
include $(top_srcdir)/src/makefiles/pgxs.mk
0 commit comments