mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
Hook pg_upgrade into the contrib makefile structure so it gets built
on the buildfarm.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $PostgreSQL: pgsql/contrib/Makefile,v 1.90 2009/11/18 21:57:56 tgl Exp $
|
||||
# $PostgreSQL: pgsql/contrib/Makefile,v 1.91 2010/05/12 16:50:58 tgl Exp $
|
||||
|
||||
subdir = contrib
|
||||
top_builddir = ..
|
||||
@@ -31,6 +31,7 @@ SUBDIRS = \
|
||||
pg_standby \
|
||||
pg_stat_statements \
|
||||
pg_trgm \
|
||||
pg_upgrade \
|
||||
pgbench \
|
||||
pgcrypto \
|
||||
pgrowlocks \
|
||||
|
Reference in New Issue
Block a user