Log Message:
---
Let SC_forget_unnamed() clear the result in case the statement is not
executed yet. It would fix the bug reported by Silvio Brandani.
Modified Files:
--
psqlodbc:
statement.h (r1.86 -> r1.87)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psq
In binary-upgrade mode, dump dropped attributes of composite types.
Noah Misch
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/27c7875d95cf629e3f344ba91d1f8a1a936ed043
Modified Files
--
src/bin/pg_dump/pg_dump.c | 100 +++
Reset per-tuple memory context between every row in a scan node, even when
there's no quals or projections. Currently this only matters for foreign
scans, as none of the other scan nodes litter the per-tuple memory context
when there's no quals or projections.
Branch
--
master
Details
---
Pull up isReset flag from AllocSetContext to MemoryContext struct. This
avoids the overhead of one function call when calling MemoryContextReset(),
and it seems like the isReset optimization would be applicable to any new
memory context we might invent in the future anyway.
This buys back the over
Message improvement
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/8932e2810034c43daa07c6da914a4c5ba46f6bd6
Modified Files
--
src/bin/psql/command.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
Sent via pgsql-committers mailing list (
Log Message:
---
Cosmetic changes.
Modified Files:
--
psqlodbc:
multibyte.c (r1.60 -> r1.61)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/multibyte.c?r1=1.60&r2=1.61)
pgtypes.c (r1.96 -> r1.97)
(http://cvs.pgfoundry.org/cg
Log Message:
---
Fix the bug that strings are copied to a null pointer.
Modified Files:
--
psqlodbc:
convert.c (r1.194 -> r1.195)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/convert.c?r1=1.194&r2=1.195)
version.h (r1.191 -> r1.192