diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2021-02-07 13:43:50 +0900 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2021-02-07 13:43:50 +0900 |
commit | 04fd3eeba5be52369fa296fb001d1e52af6e166d (patch) | |
tree | bbecea69c4c7165cecb5e4e07d65352ba85d01c7 /src/backend/access/gist/gistutil.c | |
parent | ed290896335414c6c069b9ccae1f3dcdd2fac6ba (diff) | |
download | postgresql-04fd3eeba5be52369fa296fb001d1e52af6e166d.tar.gz |
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
Diffstat (limited to 'src/backend/access/gist/gistutil.c')
0 files changed, 0 insertions, 0 deletions