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_qxt6h...@mail.gmail.com Backpatch-through: 10 Branch ------ REL_11_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/d696e63963d24cbd5c5715a331b70bfbffb2b113 Modified Files -------------- doc/src/sgml/func.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
