Обсуждение: orafce - orafce: Do not dump unused bytes in dump() if the size of

Поиск
Список
Период
Сортировка

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

От
itagaki@pgfoundry.org (User Itagaki)
Дата:
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)