oledb - oledb: DBTYPE_BOOL is actually a two word value, and requires

Поиск
Список
Период
Сортировка
От shachar@pgfoundry.org (User Shachar)
Тема oledb - oledb: DBTYPE_BOOL is actually a two word value, and requires
Дата
Msg-id 20060415113943.4821E1033866@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
DBTYPE_BOOL is actually a two word value, and requires special handling beyond copying the Postgresql return.

Modified Files:
--------------
    oledb:
        PgSess.cpp (r1.37 -> r1.38)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/oledb/oledb/PgSess.cpp.diff?r1=1.37&r2=1.38)
        TypeInfo.cpp (r1.17 -> r1.18)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/oledb/oledb/TypeInfo.cpp.diff?r1=1.17&r2=1.18)
        TypeInfo.h (r1.18 -> r1.19)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/oledb/oledb/TypeInfo.h.diff?r1=1.18&r2=1.19)

В списке pgsql-committers по дате отправления:

Предыдущее
От: nwakefield@pgfoundry.org (User Nwakefield)
Дата:
Сообщение: bizgres - bizgres: scripts to let KETL run standalone and not dependent
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Support the syntax CREATE AGGREGATE aggname (input_type)