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

Commitc2e7f78

Browse files
committed
Fix wrong subdir. Per buildfarm.
1 parentd8c311c commitc2e7f78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎contrib/pg_upgrade_support/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Makefile for pg_upgrade_support
33
#
44

5-
PGFILEDESC = "pg_upgrade_support -shared library functions for pg_upgrade"
5+
PGFILEDESC = "pg_upgrade_support -server-side functions for pg_upgrade"
66

77
MODULES = pg_upgrade_support
88

@@ -11,7 +11,7 @@ PG_CONFIG = pg_config
1111
PGXS :=$(shell$(PG_CONFIG) --pgxs)
1212
include$(PGXS)
1313
else
14-
subdir = contrib/pg_upgrade
14+
subdir = contrib/pg_upgrade_support
1515
top_builddir = ../..
1616
include$(top_builddir)/src/Makefile.global
1717
include$(top_srcdir)/contrib/contrib-global.mk

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp