pgsql: Fix ordering/categorization of some recently-added system views.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix ordering/categorization of some recently-added system views.
Date: 2016-05-05 16:33:43
Message-ID: E1ayMDf-0001O4-DD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix ordering/categorization of some recently-added system views.

Somebody added pg_replication_origin, pg_replication_origin_status and
pg_replication_slots to catalogs.sgml without a whole lot of concern for
either alphabetical order or the difference between a table and a view.
Clean up the mess.

Back-patch to 9.5, not so much because this is critical as because if
I don't it will result in a cross-branch divergence in release-9.5.sgml,
which would be a maintenance hazard.

Branch
------
REL9_5_STABLE

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

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 494 +++++++++++++++++-----------------
doc/src/sgml/high-availability.sgml | 2 +-
doc/src/sgml/logicaldecoding.sgml | 2 +-
doc/src/sgml/release-9.5.sgml | 2 +-
doc/src/sgml/replication-origins.sgml | 2 +-
5 files changed, 251 insertions(+), 251 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-05-05 17:28:12 pgsql: First-draft release notes for Postgres 9.6.
Previous Message Dean Rasheed 2016-05-05 10:19:42 pgsql: Fix corner-case loss of precision in numeric pow() calculation