pgsql: Docs: fix pg_wal_lsn_diff manual.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Docs: fix pg_wal_lsn_diff manual.
Date: 2021-02-07 04:52:59
Message-ID: E1l8c4B-0004Xv-VS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Docs: fix pg_wal_lsn_diff manual.

The manual did not mention whether its return value is (first arg -
second arg) or (second arg - first arg). The order matters because the
return value could have a sign. Fix the manual so that it mentions the
function returns (first arg - second arg).

Patch reviewed by Tom Lane.

Back-patch through v13. Older version's doc format is difficult to add
more description.
Discussion: https://postgr.es/m/flat/20210206.151125.960423226279810864.t-ishii%40sraoss.co.jp

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9c89c4bd8d00742b569e7b0e9a49babc7da519d5

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-02-07 17:55:16 pgsql: Revert "Propagate CTE property flags when copying a CTE list int
Previous Message Tatsuo Ishii 2021-02-07 04:52:06 pgsql: Docs: fix pg_wal_lsn_diff manual.