Re: Renaming of pg_xlog and pg_clog

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Renaming of pg_xlog and pg_clog
Дата
Msg-id 071f8400-b966-1a0b-9066-e5bb789189d7@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Renaming of pg_xlog and pg_clog  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Renaming of pg_xlog and pg_clog  (Stephen Frost <sfrost@snowman.net>)
Re: Renaming of pg_xlog and pg_clog  (Oskari Saarenmaa <os@ohmu.fi>)
Список pgsql-hackers
On 10/12/16 11:22 AM, Tom Lane wrote:
> The main problem we're trying to fix here is people thinking that
> something with "log" in the name contains discardable data.  Just
> relocating the directory without renaming it won't improve that.

I think it would help if we moved it to something like
"internal/pg_xlog" and "internal/pg_clog".  Keep the name but move it
out of sight.

We have a tool called pg_xlogdump in the standard installation.  initdb
has an option --xlogdir, pg_basebackup has --xlog and others.  Renaming
the xlog directory would make this all a bit confusing, unless we're
prepared to rename the programs and options as well.

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



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

Предыдущее
От: Ashutosh Bapat
Дата:
Сообщение: Re: Partition-wise join for join between (declaratively) partitioned tables
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: PATCH: Batch/pipelining support for libpq