pginstaller - pginst: Add build target to regenerate GUIDs.

From: dpage(at)pgfoundry(dot)org (User Dpage)
To: pgsql-committers(at)postgresql(dot)org
Subject: pginstaller - pginst: Add build target to regenerate GUIDs.
Date: 2004-09-07 21:54:03
Message-ID: 20040907215403.BD240AADA8B@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add build target to regenerate GUIDs. Thanks to Raphal Enrici for help with the perl code :-)

Modified Files:
--------------
pginst:
Makefile (r1.13 -> r1.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/Makefile.diff?r1=1.13&r2=1.14)

Added Files:
-----------
pginst/util:
regenguids.pl (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/util/regenguids.pl?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message User Dpage 2004-09-08 11:19:40 pginstaller - pginst: Update JDBC to build 7.4.215.
Previous Message Tom Lane 2004-09-07 21:48:30 pgsql-server: Fix a couple of small errors in trigger-list management,