Skip to content

Commit 44e5569

Browse files
committed
Hook pg_upgrade into the contrib makefile structure so it gets built
on the buildfarm.
1 parent 087b393 commit 44e5569

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

contrib/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $PostgreSQL: pgsql/contrib/Makefile,v 1.90 2009/11/18 21:57:56 tgl Exp $
1+
# $PostgreSQL: pgsql/contrib/Makefile,v 1.91 2010/05/12 16:50:58 tgl Exp $
22

33
subdir = contrib
44
top_builddir = ..
@@ -31,6 +31,7 @@ SUBDIRS = \
3131
pg_standby \
3232
pg_stat_statements \
3333
pg_trgm \
34+
pg_upgrade \
3435
pgbench \
3536
pgcrypto \
3637
pgrowlocks \

contrib/README

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ pg_trgm -
129129
matching.
130130
by Oleg Bartunov <oleg@sai.msu.su> and Teodor Sigaev <teodor@sigaev.ru>
131131

132+
pg_upgrade -
133+
Support for in-place upgrade between major releases of PostgreSQL
134+
Bruce Momjian <bruce@momjian.us> and others
135+
132136
pgbench -
133137
TPC-B like benchmarking tool
134138
by Tatsuo Ishii <ishii@sraoss.co.jp>

0 commit comments

Comments
 (0)