orafce - orafce: Do not dump unused bytes in dump() if the size of - Mailing list pgsql-committers

From itagaki@pgfoundry.org (User Itagaki)
Subject orafce - orafce: Do not dump unused bytes in dump() if the size of
Date
Msg-id 20090515021723.4EBA817ADED9@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: itagaki@pgfoundry.org (User Itagaki)
Date:
Subject: orafce - orafce: Fix a bug in end_line parameter of utl_file.fcopy().
Next
From: scrappy@postgresql.org (Marc G. Fournier)
Date:
Subject: pgsql: commit for BETA2