pgsql: doc: Fix description of pg_replication_origin_oid() in error cas

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix description of pg_replication_origin_oid() in error cas
Date: 2022-01-19 01:38:43
Message-ID: E1n9zvv-0007aM-8Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix description of pg_replication_origin_oid() in error case

This function returns NULL if the replication origin given in input
argument does not exist, contrary to what the docs described
previously.

Author: Ian Barwick
Discussion: https://postgr.es/m/CAB8KJ=htJjBL=103URqjOxV2mqb4rjphDpMeKdyKq_QXt6h05w@mail.gmail.com
Backpatch-through: 10

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/fdb11ad458a789324edfb18984b7d4f5f4560a70

Modified Files
--------------
doc/src/sgml/func.sgml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-01-19 01:49:57 Re: pgsql: Modify pg_basebackup to use a new COPY subprotocol for base back
Previous Message Andres Freund 2022-01-18 23:08:38 Re: pgsql: Test replay of regression tests, attempt II.