pgsql: In binary-upgrade mode, dump dropped attributes of composite typ - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: In binary-upgrade mode, dump dropped attributes of composite typ
Date
Msg-id E1QNlEn-0001MB-FX@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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 ++++++++++++++++++++++------
src/test/regress/expected/alter_table.out |    6 ++
src/test/regress/sql/alter_table.sql      |    7 ++
3 files changed, 91 insertions(+), 22 deletions(-)


pgsql-committers by date:

Previous
From: hinoue@pgfoundry.org (User Hinoue)
Date:
Subject: psqlodbc - psqlodbc: Let SC_forget_unnamed() clear the result in case
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Pull up isReset flag from AllocSetContext to MemoryContext struc