On Tue, Jul 26, 2016 at 3:48 AM, Noah Misch wrote:
> On Thu, Jul 14, 2016 at 02:00:59AM +0200, Andreas Karlsson wrote:
>> On 07/09/2016 05:42 AM, David Rowley wrote:
>> >On 30 June 2016 at 03:49, Robert Haas wrote:
>> >>On Sat, Jun 25, 2016 at 3:44 AM, Andreas Karlsson
>> >>wrote:
>> >>>On 06/2
On Thu, Jul 14, 2016 at 02:00:59AM +0200, Andreas Karlsson wrote:
> On 07/09/2016 05:42 AM, David Rowley wrote:
> >On 30 June 2016 at 03:49, Robert Haas wrote:
> >>On Sat, Jun 25, 2016 at 3:44 AM, Andreas Karlsson wrote:
> >>>On 06/24/2016 01:31 PM, David Rowley wrote:
> Seems there's a small
On 14 July 2016 at 02:00, Andreas Karlsson wrote:
> On 07/09/2016 05:42 AM, David Rowley wrote:
>> On 30 June 2016 at 03:49, Robert Haas wrote:
>>> Since we've already released beta2, I think we need to do a whole new
>>> extension version. We treated beta1 as a sufficiently-significant
>>> even
On 07/09/2016 05:42 AM, David Rowley wrote:
On 30 June 2016 at 03:49, Robert Haas wrote:
On Sat, Jun 25, 2016 at 3:44 AM, Andreas Karlsson wrote:
On 06/24/2016 01:31 PM, David Rowley wrote:
Seems there's a small error in the upgrade script for citext for 1.1
to 1.2 which will cause min(citex
On 30 June 2016 at 03:49, Robert Haas wrote:
> On Sat, Jun 25, 2016 at 3:44 AM, Andreas Karlsson wrote:
>> On 06/24/2016 01:31 PM, David Rowley wrote:
>>> 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.
>>>
>
On Sat, Jun 25, 2016 at 3:44 AM, Andreas Karlsson wrote:
> On 06/24/2016 01:31 PM, David Rowley wrote:
>> 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
On 06/24/2016 01:31 PM, David Rowley wrote:
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 se
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.