Re: pg_ugprade test failure on data set with column with defaultvalue with type bit/varbit - Mailing list pgsql-hackers

From Robert Haas
Subject Re: pg_ugprade test failure on data set with column with defaultvalue with type bit/varbit
Date
Msg-id CA+TgmobH1epAZqOO9tfc76org6peRL+gmW6LKDFJrhcXLu9s9A@mail.gmail.com
Whole thread Raw
In response to Re: pg_ugprade test failure on data set with column with defaultvalue with type bit/varbit  (Paul Guo <paulguo@gmail.com>)
List 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


pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [PATCH] Use access() to check file existence inGetNewRelFileNode().
Next
From: Robert Haas
Date:
Subject: Re: Incorrect comment in get_partition_dispatch_recurse