orafce - orafce: move listagg function to new file - aggregate.c. - Mailing list pgsql-committers

From okbob@pgfoundry.org (User Okbob)
Subject orafce - orafce: move listagg function to new file - aggregate.c.
Date
Msg-id 20091123081851.E0E1C1071AB3@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
move listagg function to new file - aggregate.c. I would to implement function median, so these aggregates will be
there.

Modified Files:
--------------
    orafce:
        Makefile (r1.32 -> r1.33)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/Makefile?r1=1.32&r2=1.33)
        plvstr.c (r1.19 -> r1.20)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/plvstr.c?r1=1.19&r2=1.20)
        plvstr.h (r1.2 -> r1.3)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/plvstr.h?r1=1.2&r2=1.3)

pgsql-committers by date:

Previous
From: okbob@pgfoundry.org (User Okbob)
Date:
Subject: orafce - orafce: fixing formating
Next
From: okbob@pgfoundry.org (User Okbob)
Date:
Subject: orafce - orafce: move all exported prototypes to separate file