orafce - orafce: Fix a bug in end_line parameter of utl_file.fcopy().

From: itagaki(at)pgfoundry(dot)org (User Itagaki)
To: pgsql-committers(at)postgresql(dot)org
Subject: orafce - orafce: Fix a bug in end_line parameter of utl_file.fcopy().
Date: 2009-05-15 01:26:54
Message-ID: 20090515012654.7EDCF17ADED9@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix a bug in end_line parameter of utl_file.fcopy().
Rewrite getarg-or-default codes to PG_GETARG_IF_EXISTS macro.

Modified Files:
--------------
orafce:
file.c (r1.18 -> r1.19)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/file.c.diff?r1=1.18&r2=1.19)
orafunc.h (r1.17 -> r1.18)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/orafunc.h.diff?r1=1.17&r2=1.18)
others.c (r1.17 -> r1.18)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/others.c.diff?r1=1.17&r2=1.18)
plvsubst.c (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/plvsubst.c.diff?r1=1.9&r2=1.10)

Browse pgsql-committers by date

  From Date Subject
Next Message User Itagaki 2009-05-15 02:17:23 orafce - orafce: Do not dump unused bytes in dump() if the size of
Previous Message User Bmomjian 2009-05-15 00:24:48 pg-migrator - pg_migrator: Mention possible major release changes.