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 d8c311c commit c2e7f78Copy full SHA for c2e7f78
contrib/pg_upgrade_support/Makefile
@@ -2,7 +2,7 @@
2
# Makefile for pg_upgrade_support
3
#
4
5
-PGFILEDESC = "pg_upgrade_support - shared library functions for pg_upgrade"
+PGFILEDESC = "pg_upgrade_support - server-side functions for pg_upgrade"
6
7
MODULES = pg_upgrade_support
8
@@ -11,7 +11,7 @@ PG_CONFIG = pg_config
11
PGXS := $(shell $(PG_CONFIG) --pgxs)
12
include $(PGXS)
13
else
14
-subdir = contrib/pg_upgrade
+subdir = contrib/pg_upgrade_support
15
top_builddir = ../..
16
include $(top_builddir)/src/Makefile.global
17
include $(top_srcdir)/contrib/contrib-global.mk
0 commit comments