Re: pg_ugprade test failure on data set with column with default value with type bit/varbit

From: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
To: Paul Guo <paulguo(at)gmail(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, Richard Guo <guofenglinux(at)gmail(dot)com>
Subject: Re: pg_ugprade test failure on data set with column with default value with type bit/varbit
Date: 2018-07-30 01:38:18
Message-ID: CAEepm=0yYLHXjhLYMK1-mUDLWajBmih+JpOrMbnRTsQxbVkaJg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, May 17, 2018 at 8:20 PM, Paul Guo <paulguo(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Melanie Plageman 2018-07-30 04:00:58 Re: Making "COPY partitioned_table FROM" faster
Previous Message Fabien COELHO 2018-07-30 01:34:29 Re: Usability fail with psql's \dp command