pgsql: In libecpg do not set an sqlda field that is 'reserved for futur - Mailing list pgsql-committers

From Michael Meskes
Subject pgsql: In libecpg do not set an sqlda field that is 'reserved for futur
Date
Msg-id E1QEKFN-0004BF-0R@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
In libecpg do not set an sqlda field that is 'reserved for future use' unless
we know what should be stored in there.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5948a6eeaa682aeb1a8f389ae2136915b2a0e990

Modified Files
--------------
src/interfaces/ecpg/ecpglib/sqlda.c |    3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: fxjr@pgfoundry.org (User Fxjr)
Date:
Subject: npgsql - Npgsql2: [ npgsql-Bugs-1011018 ] Invalid Cast with DbType.Time
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Adjust yywrap macro for non-reentrant scanners for MSVC.