From: Robert Haas Date: Thu, 1 May 2014 02:55:16 +0000 (-0400) Subject: Documentation corrections for pg_replication_slots. X-Git-Tag: REL9_4_BETA1~85 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=65fb5ff13009ef34ff95300d3e03540cf872e494;p=thirdparty%2Fpostgresql.git Documentation corrections for pg_replication_slots. Thomas Reiss, with changes to the catalog_xmin language by me. --- diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index 415a3bcf2e8..b4a06e48348 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -5252,23 +5252,23 @@ slot_name - text + name A unique, cluster-wide identifier for the replication slot - slot_type - text + plugin + name - The slot type - physical or logical + The basename of the shared object containing the output plugin this logical slot is using, or null for physical slots. - plugin + slot_type text - The basename of the shared object containing the output plugin this logical slot is using, or null for physical slots. + The slot type - physical or logical @@ -5304,22 +5304,14 @@ - - xmin - xid - - The oldest transaction that this slot needs the database to - retain. VACUUM cannot remove catalog tuples deleted - by any later transaction. - - - catalog_xmin xid - The xmin, or oldest transaction ID, that this - slot forces to be retained in the system catalogs. + The oldest transaction affecting the system catalogs that this + slot needs the database to retain. VACUUM cannot + remove catalog tuples deleted by any later transaction. +