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

Поиск
Список
Период
Сортировка
От itagaki@pgfoundry.org (User Itagaki)
Тема orafce - orafce: Do not dump unused bytes in dump() if the size of
Дата
Msg-id 20090515021723.4EBA817ADED9@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: itagaki@pgfoundry.org (User Itagaki)
Дата:
Сообщение: orafce - orafce: Fix a bug in end_line parameter of utl_file.fcopy().
Следующее
От: scrappy@postgresql.org (Marc G. Fournier)
Дата:
Сообщение: pgsql: commit for BETA2