Re: pg_upgrade operation failed if table created in --single user mode

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: tushar <tushar.ahuja@enterprisedb.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2021-12-14T18:41:33Z
Lists: pgsql-hackers
tushar <tushar.ahuja@enterprisedb.com> writes:
> Please refer to this scenario where pg_upgrade operation is failing if 
> the table is create in single-user mode.

Fixed in v14:

https://git.postgresql.org/gitweb/?p=postgresql.git&a=commitdiff&h=f7f70d5e2

			regards, tom lane