From a36a8fa376631e59d006772bcd30f4f827d7e6b9 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Wed, 2 Jul 2014 21:07:47 +0200 Subject: 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. --- doc/src/sgml/storage.sgml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/src') diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index 330e385aa3c..4c7fb6c6fa5 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -77,6 +77,11 @@ Item subsystem + + pg_logical + Subdirectory containing status data for logical decoding + + pg_multixact Subdirectory containing multitransaction status data -- cgit v1.2.3