[COMMITTERS] pgsql: Change the way encoding and locale checks are done in pg_upgrade

2014-10-10 Thread Heikki Linnakangas
Change the way encoding and locale checks are done in pg_upgrade. Lc_collate and lc_ctype have been per-database settings since server version 8.4, but pg_upgrade was still treating them as cluster-wide options. It fetched the values for the template0 databases in old and new cluster, and compared

[COMMITTERS] pgsql: Remove unnecessary initialization of local variables.

2014-10-10 Thread Heikki Linnakangas
Remove unnecessary initialization of local variables. Oops, forgot these in the prveious commit. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/733be2a5cd124b28a15d5d09de9b227691e6c5a0 Modified Files -- contrib/pg_upgrade/check.c |4 ++-- 1 file chan