pgsql: Fix ac218aa4f6 to work on versions before 9.5.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix ac218aa4f6 to work on versions before 9.5.
Date: 2018-11-27 07:32:04
Message-ID: E1gRXqm-0006he-48@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix ac218aa4f6 to work on versions before 9.5.

Unfortunately ac218aa4f6 missed the fact that a reference to
'pg_catalog.regnamespace'::regclass wouldn't work before that type is
known. Fix that, by replacing the regtype usage with a join to
pg_type.

Reported-By: Tom Lane
Author: Andres Freund
Discussion: https://postgr.es/m/8863.1543297423@sss.pgh.pa.us
Backpatch: 9.5-, like ac218aa4f6

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/24a832c68a7951473e97c1bb215c549603c51b0f

Modified Files
--------------
src/bin/pg_upgrade/check.c | 23 ++++++++++++++---------
1 file changed, 14 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-11-27 09:02:52 Re: pgsql: Integrate recovery.conf into postgresql.conf
Previous Message Andres Freund 2018-11-27 07:32:02 pgsql: Fix ac218aa4f6 to work on versions before 9.5.