pgsql: Allow pg_upgrade to upgrade an old cluster that doesn't have a - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Allow pg_upgrade to upgrade an old cluster that doesn't have a
Date
Msg-id E1RLIT8-0008Ja-VM@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Allow pg_upgrade to upgrade an old cluster that doesn't have a
'postgres' database.

Branch
------
master

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

Modified Files
--------------
contrib/pg_upgrade/check.c       |   37 +------------------------------------
contrib/pg_upgrade/function.c    |    3 +--
contrib/pg_upgrade/relfilenode.c |   22 +++++++++++++++-------
3 files changed, 17 insertions(+), 45 deletions(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: pgsql: Split work of bgwriter between 2 processes: bgwriter and checkpo
Next
From: Tom Lane
Date:
Subject: pgsql: Fix race condition with toast table access from a stale syscache