forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit04fd3ee
committed
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 thereturn value could have a sign. Fix the manual so that it mentions thefunction returns (first arg - second arg).Patch reviewed by Tom Lane.Back-patch through v13. Older version's doc format is difficult to addmore description.Discussion:https://postgr.es/m/flat/20210206.151125.960423226279810864.t-ishii%40sraoss.co.jp1 parented29089 commit04fd3ee
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25102 | 25102 |
| |
25103 | 25103 |
| |
25104 | 25104 |
| |
25105 |
| - | |
| 25105 | + | |
25106 | 25106 |
| |
25107 | 25107 |
| |
25108 | 25108 |
| |
25109 |
| - | |
| 25109 | + | |
25110 | 25110 |
| |
25111 | 25111 |
| |
25112 | 25112 |
| |
|
0 commit comments
Comments
(0)