Re: regression tests fails

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: Craig Ringer <craig(at)2ndquadrant(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: regression tests fails
Date: 2016-11-22 01:40:16
Message-ID: 24739.1479778816@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> writes:
>> 2016-11-21 8:09 GMT+01:00 Craig Ringer <craig(at)2ndquadrant(dot)com>:
>>> Simple fix here is to append COLLATE "C" after the ORDER BY.

> here is a patch

Pushed, thanks.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro HORIGUCHI 2016-11-22 02:05:09 Re: condition variables
Previous Message Michael Paquier 2016-11-22 01:17:52 Re: Re: [COMMITTERS] pgsql: autovacuum: Drop orphan temp tables more quickly but with more c