orafce - orafce: move listagg function to new file - aggregate.c.

From: okbob(at)pgfoundry(dot)org (User Okbob)
To: pgsql-committers(at)postgresql(dot)org
Subject: orafce - orafce: move listagg function to new file - aggregate.c.
Date: 2009-11-23 08:18:51
Message-ID: 20091123081851.E0E1C1071AB3@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Okbob 2009-11-23 09:01:09 orafce - orafce: move all exported prototypes to separate file
Previous Message User Okbob 2009-11-23 08:04:36 orafce - orafce: fixing formating