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

Поиск
Список
Период
Сортировка
От Paul Guo
Тема Re: pg_ugprade test failure on data set with column with defaultvalue with type bit/varbit
Дата
Msg-id CABQrizfURD9FR-yZ1bTCAZaK=MehOGdYhi7CmXsDdDU13-oLPw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pg_ugprade test failure on data set with column with defaultvalue with type bit/varbit  (Thomas Munro <thomas.munro@enterprisedb.com>)
Ответы Re: pg_ugprade test failure on data set with column with defaultvalue with type bit/varbit
Re: pg_ugprade test failure on data set with column with default value with type bit/varbit
Список pgsql-hackers
Thanks. I updated the patch as attached.

Double-checked those tests passed.

2018-07-30 9:38 GMT+08:00 Thomas Munro <thomas.munro@enterprisedb.com>:
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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Should contrib modules install .h files?
Следующее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: Re: Documentaion fix.