Re: pg_ugprade test failure on data set with column with default value with type bit/varbit
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Paul Guo <paulguo@gmail.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>,
Richard Guo <guofenglinux@gmail.com>
Date: 2018-05-17T13:21:00Z
Lists: pgsql-hackers
On Thu, May 17, 2018 at 4:20 AM, Paul Guo <paulguo@gmail.com> wrote: > Thanks. I tentatively submitted a patch (See the attachment). You probably want to add this to the next Commitfest. > By the way, current pg_upgrade test script depends on the left data on test > database, but it seems that > a lot of tables are dropped in those test SQL files so this affects the > pg_upgrade test coverage much. > Maybe this needs to be addressed in the future. (Maybe when anyone checks in > test cases pg_upgrade > needs to be considered also?) There's been a deliberate attempt to leave a representative selection of tables not dropped for this exact reason, but it's definitely possible that interesting cases have been missed. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Remove ruleutils.c's special case for BIT [VARYING] literals.
- 224256f890c7 11.0 landed
- fedc97cdfd83 12.0 landed
-
Make pg_dump output more portable and more pleasing to look at.
- c828ec88205a 7.3.1 cited