summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2014-07-02 21:07:47 +0200
committerAndres Freund <andres@anarazel.de>2014-07-09 13:25:25 +0200
commit6fe24405fa2e79d653daaf5c078e2a9d0a4b2c0c (patch)
treec52c360374d6f5632977950fe9a20197e5325a51 /doc/src
parent8adb4769954f072636a1c139517d08b6ba860779 (diff)
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.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/storage.sgml5
1 files changed, 5 insertions, 0 deletions
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
@@ -78,6 +78,11 @@ Item
</row>
<row>
+ <entry><filename>pg_logical</></entry>
+ <entry>Subdirectory containing status data for logical decoding</entry>
+</row>
+
+<row>
<entry><filename>pg_multixact</></entry>
<entry>Subdirectory containing multitransaction status data
(used for shared row locks)</entry>