Re: replication_slots usability issue

Поиск
Список
Период
Сортировка
От Petr Jelinek
Тема Re: replication_slots usability issue
Дата
Msg-id c95a620b-34f0-7930-aeb5-f7ab804f26cb@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: replication_slots usability issue  (Andres Freund <andres@anarazel.de>)
Ответы Re: replication_slots usability issue  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On 01/11/2018 18:54, Andres Freund wrote:>
>> Also, from 691d79a which you just committed:
>> +       ereport(FATAL,
>> +               (errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
>> +                errmsg("logical replication slots \"%s\" exists, but wal_level < logical",
>> +                       NameStr(cp.slotdata.name)),
>> I can see one grammar mistake here, as you refer to only one slot here.
>> The error messages should read:
>> "logical replication slot \"%s\" exists, but wal_level < logical"
>> and:
>> "physical replication slot \"%s\" exists, but wal_level < replica"
> 
> Darnit. Fixed. Thanks.
> 

Since we are fixing this message, shouldn't the hint for logical slot
say "Change wal_level to be logical or higher" rather than "replica or
higher" :)

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


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

Предыдущее
От: Nathan Bossart
Дата:
Сообщение: Re: Use durable_unlink for .ready and .done files for WAL segmentremoval
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: partitioned indexes and tablespaces