slotname vs slot_name

Поиск
Список
Период
Сортировка
От Andres Freund
Тема slotname vs slot_name
Дата
Msg-id 20140604232414.GO785@awork2.anarazel.de
обсуждение исходный текст
Ответы Re: slotname vs slot_name  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
Hi,

Due to the opened window of the pg_control/catalog version bump a chance
has opened to fix a inconsistency I've recently been pointed
towards:
Namely that replication slots are named 'slot_name' in one half of the
cases and 'slotname' in the other. That's in views, SRF columns,
function parameters and the primary_slotname recovery.conf parameter.

My personal tendency would be to make it slot_name everywhere except the
primary_slotname recovery.conf parameter. There we already have
precedent for shortening names.

Other opinions?

Greetings,

Andres Freund

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



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Sigh, we need an initdb
Следующее
От: Andres Freund
Дата:
Сообщение: Re: btree_gist valgrind warnings about uninitialized memory