orafce - orafce: Change argument types of concat() from anyelement to

From: itagaki(at)pgfoundry(dot)org (User Itagaki)
To: pgsql-committers(at)postgresql(dot)org
Subject: orafce - orafce: Change argument types of concat() from anyelement to
Date: 2010-06-15 02:49:43
Message-ID: 20100615024943.4C38D10715FB@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Change argument types of concat() from anyelement to anynoarray
to replace || operators easily, suggested by Ingmar Brouns.

Also, split the install script for each postgres version
to avoid errors during installation.

Regression test now works on 9.0 and 8.4 cleanly,
but 8.3 or earlier versions requires more works...

Modified Files:
--------------
orafce:
Makefile (r1.33 -> r1.34)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/Makefile?r1=1.33&r2=1.34)
uninstall_orafunc.sql (r1.13 -> r1.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/uninstall_orafunc.sql?r1=1.13&r2=1.14)
orafce/expected:
dbms_output.out (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/expected/dbms_output.out?r1=1.2&r2=1.3)
orafunc.out (r1.29 -> r1.30)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/expected/orafunc.out?r1=1.29&r2=1.30)
orafce/sql:
dbms_output.sql (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/sql/dbms_output.sql?r1=1.1&r2=1.2)

Added Files:
-----------
orafce:
orafunc-8.1.sql (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/orafunc-8.1.sql?rev=1.1&content-type=text/x-cvsweb-markup)
orafunc-8.2.sql (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/orafunc-8.2.sql?rev=1.1&content-type=text/x-cvsweb-markup)
orafunc-8.3.sql (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/orafunc-8.3.sql?rev=1.1&content-type=text/x-cvsweb-markup)
orafunc-8.4.sql (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/orafunc-8.4.sql?rev=1.1&content-type=text/x-cvsweb-markup)
orafunc-9.0.sql (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/orafunc-9.0.sql?rev=1.1&content-type=text/x-cvsweb-markup)
orafunc-common.sql (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/orafunc-common.sql?rev=1.1&content-type=text/x-cvsweb-markup)

Removed Files:
-------------
orafce:
orafunc.sql.in
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/orafunc.sql.in)

Browse pgsql-committers by date

  From Date Subject
Next Message Takahiro Itagaki 2010-06-15 07:52:11 pgsql: Add new GUC categories corresponding to sections in docs, and
Previous Message User Bmomjian 2010-06-15 02:12:33 pg-migrator - pg_migrator: Properly define global variable.