Re: BUG #16037: Assertion fails in varbit_out

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #16037: Assertion fails in varbit_out
Дата
Msg-id 17708.1570167288@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #16037: Assertion fails in varbit_out  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #16037: Assertion fails in varbit_out  (Andres Freund <andres@anarazel.de>)
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> The following query:
> SELECT CAST(B'111111111111100000000' AS BIT VARYING(20)) >>8;
> causes the FailedAssertion exception:

D'oh ... bitshiftright() needs to do the zero-pad-fixup in both
code paths.  Will fix it tomorrow.

            regards, tom lane



В списке pgsql-bugs по дате отправления:

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16037: Assertion fails in varbit_out
Следующее
От: Andres Freund
Дата:
Сообщение: Re: BUG #16037: Assertion fails in varbit_out