[PATCH] btree_gist: fix union implementation for variable length columns

Поиск
Список
Период
Сортировка
От Pavel Raiskup
Тема [PATCH] btree_gist: fix union implementation for variable length columns
Дата
Msg-id 18451583.ZEuM8ThfqI@nb.usersys.redhat.com
обсуждение исходный текст
Ответы Re: [PATCH] btree_gist: fix union implementation for variable length columns  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi hackers,

while I tried to debug 'gcc -fstack-protector -O3' problems in [1], I noticed
that gbt_var_union() mistreats the first vector element.  Patch is attached.

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1544349
Pavel

Вложения

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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: Cache invalidation after authentication (on-the-fly role creation)
Следующее
От: Ashutosh Bapat
Дата:
Сообщение: Re: Expression errors with "FOR UPDATE" and postgres_fdw withpartition wise join enabled.