Re: ICU for global collation

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: ICU for global collation
Дата
Msg-id 97f2c29e-24d9-3660-60cf-9138c0c47d90@enterprisedb.com
обсуждение исходный текст
Ответ на Re: ICU for global collation  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: ICU for global collation  (Justin Pryzby <pryzby@telsasoft.com>)
Список pgsql-hackers
On 27.06.22 08:42, Michael Paquier wrote:
> On Mon, Jun 27, 2022 at 08:23:59AM +0200, Peter Eisentraut wrote:
>> On 26.06.22 05:51, Julien Rouhaud wrote:
>>> On Sat, Jun 25, 2022 at 10:19:30AM -0500, Justin Pryzby wrote:
>>>>> +    if (GET_MAJOR_VERSION(old_cluster.major_version) <= 1500)
>>
>> I think the fix here is to change <= to < ?
> 
> Yes.

Ok, committed.

(I see now that in the context of pg_upgrade, writing <= 1400 is 
equivalent, but I find that confusing, so I did < 1500.)



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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: last_archived_wal is not necessary the latest WAL file (was Re: pgsql: Add test case for an archive recovery corner case.)
Следующее
От: Hamid Akhtar
Дата:
Сообщение: Allow pageinspect's bt_page_stats function to return a set of rows instead of a single row