bug in citext's upgrade script for parallel aggregates

Поиск
Список
Период
Сортировка
От David Rowley
Тема bug in citext's upgrade script for parallel aggregates
Дата
Msg-id CAKJS1f8zOoDN1nxhYXi08UWeTUNNrmaVZ6Jg1vhWLCpRdL5_gg@mail.gmail.com
обсуждение исходный текст
Ответы Re: bug in citext's upgrade script for parallel aggregates  (Andreas Karlsson <andreas@proxel.se>)
Список pgsql-hackers
Seems there's a small error in the upgrade script for citext for 1.1
to 1.2 which will cause min(citext) not to be parallel enabled.

max(citext)'s combinefunc is first set incorrectly, but then updated
to the correct value. I assume it was meant to set the combine
function for min(citext) instead.

Fix attached. I've assumed that because we're still in beta that we
can get away with this fix rather than making a 1.3 version to fix the
issue.

--
 David Rowley                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

Вложения

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

Предыдущее
От: Haroon Muhammad
Дата:
Сообщение: Re: initdb issue on 64-bit Windows - (Was: [pgsql-packagers] PG 9.6beta2 tarballs are ready)
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Odd behavior with domains