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

From Thomas Munro
Subject Re: pg_ugprade test failure on data set with column with defaultvalue with type bit/varbit
Date
Msg-id CAEepm=0yYLHXjhLYMK1-mUDLWajBmih+JpOrMbnRTsQxbVkaJg@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>)
Responses 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 8:20 PM, Paul Guo <paulguo@gmail.com> wrote:
> Thanks. I tentatively submitted a patch (See the attachment).

Hi Paul,

It looks like you missed a couple of changes in the contrib/btree_gist
bit and varbit tests, so make check-world fails:

- Index Cond: ((a >= B'1000000'::"bit") AND (a <= B'1000001'::"bit"))
+ Index Cond: ((a >= '1000000'::"bit") AND (a <= '1000001'::"bit"))

-- 
Thomas Munro
http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: Usability fail with psql's \dp command
Next
From: Melanie Plageman
Date:
Subject: Re: Making "COPY partitioned_table FROM" faster