Re: Renaming of pg_xlog and pg_clog

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Renaming of pg_xlog and pg_clog
Дата
Msg-id 0698dcf1-3588-c902-fef2-148354b4a60c@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Renaming of pg_xlog and pg_clog  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Список pgsql-hackers
On 8/28/16 8:45 PM, Jim Nasby wrote:
> People accidentally blowing away pg_clog or pg_xlog is a pretty common 
> occurrence, and I don't think there's all that many tools that reference 
> them. I think it's well worth renaming them.

I think a related problem is that the default log directory is called
"pg_log", which is very similar to those other two.  There is no quick
way to tell their meaning apart.

I would consider changing the default from "pg_log" to "log".  Then we'd
also be at the point where we can say, everything starting with "pg_" is
internal, don't touch it.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Renaming of pg_xlog and pg_clog
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: [PATCH] Send numeric version to clients