BUG #15807: pg_upgrade does not account for renaming of system catalog column names - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #15807: pg_upgrade does not account for renaming of system catalog column names
Date
Msg-id 15807-eea2e5f7dc794282@postgresql.org
Whole thread Raw
Responses Re: BUG #15807: pg_upgrade does not account for renaming of system catalog column names  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15807
Logged by:          Richard Yen
Email address:      richyen3@gmail.com
PostgreSQL version: 10.8
Operating system:   CentOS 6
Description:

example: pg_stat_replication.sent_location was renamed to
pg_stat_replication.sent_lsn in v10.  If a view in 9.6 refers to
pg_stat_replication.sent_location, pg_upgrade fails entirely because "column
pg_stat_replication.sent_location does not exist"


pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #15806: pg_upgrade failure column pg_stat_replication.sent_location does not exist
Next
From: Tom Lane
Date:
Subject: Re: BUG #15807: pg_upgrade does not account for renaming of system catalog column names