pgsql: Rename logical decoding's pg_llog directory to pg_logical.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Rename logical decoding's pg_llog directory to pg_logical.
Дата
Msg-id E1X2PtK-0001jB-52@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Rename logical decoding's pg_llog directory to pg_logical.
Список pgsql-committers
Rename logical decoding's pg_llog directory to pg_logical.

The old name wasn't very descriptive as of actual contents of the
directory, which are historical snapshots in the snapshots/
subdirectory and mappingdata for rewritten tuples in
mappings/. There's been a fair amount of discussion what would be a
good name. I'm settling for pg_logical because it's likely that
further data around logical decoding and replication will need saving
in the future.

Also add the missing entry for the directory into storage.sgml's list
of PGDATA contents.

Bumps catversion as the data directories won't be compatible.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a36a8fa376631e59d006772bcd30f4f827d7e6b9

Modified Files
--------------
doc/src/sgml/storage.sgml                       |    5 +++++
src/backend/access/heap/rewriteheap.c           |   10 +++++-----
src/backend/replication/logical/reorderbuffer.c |    6 +++---
src/backend/replication/logical/snapbuild.c     |   20 ++++++++++----------
src/bin/initdb/initdb.c                         |    6 +++---
src/include/catalog/catversion.h                |    2 +-
6 files changed, 27 insertions(+), 22 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Add some errdetail to checkRuleResultList().
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: pg_upgrade: preserve database and relation minmxid values