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

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rename logical decoding's pg_llog directory to pg_logical.
Date: 2014-07-09 11:25:53
Message-ID: E1X4q0X-0002WQ-JL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Backpatch to 9.4, which I missed to do as Michael Paquier luckily
noticed. As there already has been a catversion bump after 9.4beta1,
there's no reasons for having 9.4 diverge from master.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6fe24405fa2e79d653daaf5c078e2a9d0a4b2c0c

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2014-07-09 15:05:26 pgsql: Improve error messages for bytea decoding failures.
Previous Message Andres Freund 2014-07-09 06:06:14 Re: pgsql: Rename logical decoding's pg_llog directory to pg_logical.