pgsql: Adjust pg_upgrade error message, array freeing, and add error ch - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Adjust pg_upgrade error message, array freeing, and add error ch
Date
Msg-id E1PpR4r-00070F-3a@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Adjust pg_upgrade error message, array freeing, and add error ch
List pgsql-committers
Adjust pg_upgrade error message, array freeing, and add error check.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/fe8f15d5d2f42ad1ce6a0114c12fd3da0f14dd4a

Modified Files
--------------
contrib/pg_upgrade/check.c       |    2 --
contrib/pg_upgrade/info.c        |    9 +++++++++
contrib/pg_upgrade/pg_upgrade.c  |    1 -
contrib/pg_upgrade/relfilenode.c |    2 +-
4 files changed, 10 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Bring hstore's comment into line with style of other contrib com
Next
From: Tom Lane
Date:
Subject: pgsql: Add CheckTableNotInUse calls in DROP TABLE and DROP INDEX.