pgsql: Add note about unused arguments for pg_replication_origin_xact_r

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add note about unused arguments for pg_replication_origin_xact_r
Date: 2016-08-05 18:24:29
Message-ID: E1bVjnJ-0007k2-2p@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add note about unused arguments for pg_replication_origin_xact_reset() in docs.

In 9.5, two arguments were introduced into pg_replication_origin_xact_reset()
by mistake while they are actually not used at all. We cannot fix this issue
for 9.5 anymore because it needs a catalog version bump. Instead, we add
a note about those unused arguments into the document.

Reviewed-By: Andres Freund

Branch
------
REL9_5_STABLE

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

Modified Files
--------------
doc/src/sgml/func.sgml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2016-08-05 18:36:22 pgsql: docs: re-add spaces before units removed
Previous Message Tom Lane 2016-08-05 16:59:44 pgsql: Update time zone data files to tzdata release 2016f.