bug in citext's upgrade script for parallel aggregates - Mailing list pgsql-hackers

From David Rowley
Subject bug in citext's upgrade script for parallel aggregates
Date
Msg-id CAKJS1f8zOoDN1nxhYXi08UWeTUNNrmaVZ6Jg1vhWLCpRdL5_gg@mail.gmail.com
Whole thread Raw
Responses Re: bug in citext's upgrade script for parallel aggregates  (Andreas Karlsson <andreas@proxel.se>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Haroon Muhammad
Date:
Subject: Re: initdb issue on 64-bit Windows - (Was: [pgsql-packagers] PG 9.6beta2 tarballs are ready)
Next
From: "Joshua D. Drake"
Date:
Subject: Odd behavior with domains