orafce - orafce: Change argument types of concat() from anyelement to - Mailing list pgsql-committers

From itagaki@pgfoundry.org (User Itagaki)
Subject orafce - orafce: Change argument types of concat() from anyelement to
Date
Msg-id 20100615024943.4C38D10715FB@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: bmomjian@pgfoundry.org (User Bmomjian)
Date:
Subject: pg-migrator - pg_migrator: Properly define global variable.
Next
From: itagaki@postgresql.org (Takahiro Itagaki)
Date:
Subject: pgsql: Add new GUC categories corresponding to sections in docs, and