Skip to content

Commit

Permalink
MANATEE-373 Want additional postgres modules for admin purposes
Browse files Browse the repository at this point in the history
Reviewed by: David Pacheco <dap@joyent.com>
Approved by: David Pacheco <dap@joyent.com>
  • Loading branch information
gwydirsam committed Oct 6, 2017
1 parent 7f808da commit 6a769d9
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Makefile.postgres
Expand Up @@ -82,9 +82,36 @@ pg96:
cd $(DEPSDIR)/postgresql96 && env \
CFLAGS=-m64 LDFLAGS=-m64 \
$(MAKE) install DESTDIR="$(RELSTAGEDIR)/root"
cd $(DEPSDIR)/postgresql96/contrib/auto_explain && env \
CFLAGS=-m64 LDFLAGS=-m64 \
$(MAKE) install DESTDIR="$(RELSTAGEDIR)/root"
cd $(DEPSDIR)/postgresql96/contrib/oid2name && env \
CFLAGS=-m64 LDFLAGS=-m64 \
$(MAKE) install DESTDIR="$(RELSTAGEDIR)/root"
cd $(DEPSDIR)/postgresql96/contrib/pageinspect && env \
CFLAGS=-m64 LDFLAGS=-m64 \
$(MAKE) install DESTDIR="$(RELSTAGEDIR)/root"
cd $(DEPSDIR)/postgresql96/contrib/pg_buffercache && env \
CFLAGS=-m64 LDFLAGS=-m64 \
$(MAKE) install DESTDIR="$(RELSTAGEDIR)/root"
cd $(DEPSDIR)/postgresql96/contrib/pg_freespacemap && env \
CFLAGS=-m64 LDFLAGS=-m64 \
$(MAKE) install DESTDIR="$(RELSTAGEDIR)/root"
cd $(DEPSDIR)/postgresql96/contrib/pg_prewarm && env \
CFLAGS=-m64 LDFLAGS=-m64 \
$(MAKE) install DESTDIR="$(RELSTAGEDIR)/root"
cd $(DEPSDIR)/postgresql96/contrib/pg_stat_statements && env \
CFLAGS=-m64 LDFLAGS=-m64 \
$(MAKE) install DESTDIR="$(RELSTAGEDIR)/root"
cd $(DEPSDIR)/postgresql96/contrib/pg_visibility && env \
CFLAGS=-m64 LDFLAGS=-m64 \
$(MAKE) install DESTDIR="$(RELSTAGEDIR)/root"
cd $(DEPSDIR)/postgresql96/contrib/pgstattuple && env \
CFLAGS=-m64 LDFLAGS=-m64 \
$(MAKE) install DESTDIR="$(RELSTAGEDIR)/root"
cd $(DEPSDIR)/postgresql96/contrib/vacuumlo && env \
CFLAGS=-m64 LDFLAGS=-m64 \
$(MAKE) install DESTDIR="$(RELSTAGEDIR)/root"
cd $(DEPSDIR)/pg_repack && env \
CFLAGS=-m64 \
PATH=$(RELSTAGEDIR)/root/$(PG96DIR)/bin:$$PATH \
Expand Down

0 comments on commit 6a769d9

Please sign in to comment.