oledb - oledb: DBTYPE_BOOL is actually a two word value, and requires - Mailing list pgsql-committers

From shachar@pgfoundry.org (User Shachar)
Subject oledb - oledb: DBTYPE_BOOL is actually a two word value, and requires
Date
Msg-id 20060415113943.4821E1033866@pgfoundry.org
Whole thread Raw
List 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 by date:

Previous
From: nwakefield@pgfoundry.org (User Nwakefield)
Date:
Subject: bizgres - bizgres: scripts to let KETL run standalone and not dependent
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Support the syntax CREATE AGGREGATE aggname (input_type)