orafce - orafce: Do not dump unused bytes in dump() if the size of

From: itagaki(at)pgfoundry(dot)org (User Itagaki)
To: pgsql-committers(at)postgresql(dot)org
Subject: orafce - orafce: Do not dump unused bytes in dump() if the size of
Date: 2009-05-15 02:17:23
Message-ID: 20090515021723.4EBA817ADED9@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Do not dump unused bytes in dump() if the size of pass-by-value datum
is less than sizeof(Datum). This is required to pass regression test
in 64bit platform. Reported by Toru SHIMOGAKI.

Modified Files:
--------------
orafce:
others.c (r1.18 -> r1.19)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/others.c.diff?r1=1.18&r2=1.19)
orafce/expected:
orafunc.out (r1.24 -> r1.25)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/expected/orafunc.out.diff?r1=1.24&r2=1.25)
orafce/sql:
orafunc.sql (r1.22 -> r1.23)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/orafce/orafce/sql/orafunc.sql.diff?r1=1.22&r2=1.23)

Browse pgsql-committers by date

  From Date Subject
Next Message Marc G. Fournier 2009-05-15 02:18:27 pgsql: commit for BETA2
Previous Message User Itagaki 2009-05-15 01:26:54 orafce - orafce: Fix a bug in end_line parameter of utl_file.fcopy().