pginstaller - pginst: Run contrib installations inside a transaction.

From: dpage(at)pgfoundry(dot)org (User Dpage)
To: pgsql-committers(at)postgresql(dot)org
Subject: pginstaller - pginst: Run contrib installations inside a transaction.
Date: 2004-09-22 10:08:59
Message-ID: 20040922100859.E2D66AADA98@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Run contrib installations inside a transaction. Disable non-default installation features (template1 was getting full of *all* contrib modules).

Modified Files:
--------------
pginst/ca:
pginstca.c (r1.37 -> r1.38)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.37&r2=1.38)
pginst/wxs:
pginst.wxs (r1.56 -> r1.57)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.56&r2=1.57)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-09-22 17:41:53 pgsql-server: Adjust ExecMakeTableFunctionResult to produce a single
Previous Message Neil Conway 2004-09-22 05:12:45 pgsql-server: Minor cleanup of libpq/LO examples: fix some memory leaks,