pgsql: Rename the uninstall scripts for contrib/lo and contrib/tsearch2

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rename the uninstall scripts for contrib/lo and contrib/tsearch2
Date: 2006-09-11 15:14:46
Message-ID: 20060911151446.CD05E9FB39A@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Rename the uninstall scripts for contrib/lo and contrib/tsearch2 to
match the convention that foo's uninstall script is uninstall_foo.sql.
Also, stop installing lo_test.sql, which really ought to be made into
a regression test anyway (though it's unclear how to avoid a dependency
on the current OID counter...)

Modified Files:
--------------
pgsql/contrib/lo:
Makefile (r1.14 -> r1.15)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/lo/Makefile.diff?r1=1.14&r2=1.15)
pgsql/contrib/tsearch2:
Makefile (r1.16 -> r1.17)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/Makefile.diff?r1=1.16&r2=1.17)

Added Files:
-----------
pgsql/contrib/lo:
uninstall_lo.sql (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/lo/uninstall_lo.sql?rev=1.1&content-type=text/x-cvsweb-markup)

Removed Files:
-------------
pgsql/contrib/lo:
lo_drop.sql
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/lo/lo_drop.sql)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-09-11 15:30:32 pgsql: Move xml2's PG_MODULE_MAGIC block to the right source file, per
Previous Message Tom Lane 2006-09-11 13:35:08 pgsql: Add LDAP_LIBS_FE to $(libpq) for static or AIX linking, per Albe