pgsql: Make pg_regress use CREATE OR REPLACE LANGUAGE, so that

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make pg_regress use CREATE OR REPLACE LANGUAGE, so that
Date: 2010-02-24 01:35:14
Message-ID: 20100224013514.4DD187541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make pg_regress use CREATE OR REPLACE LANGUAGE, so that --load-language
will work whether or not the specified language is preinstalled. This
responds to some complaints about having to change test scripts because
plpgsql is preinstalled as of 9.0.

Modified Files:
--------------
pgsql/src/test/regress:
pg_regress.c (r1.69 -> r1.70)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c?r1=1.69&r2=1.70)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-02-24 01:57:16 pgsql: Use CREATE OR REPLACE LANGUAGE in pg_dump to avoid the need for a
Previous Message Simon Riggs 2010-02-23 23:24:06 Re: [COMMITTERS] pgsql: Move documentation of all recovery.conf option to a new chapter.