- Notifications
You must be signed in to change notification settings - Fork28
Commit9c89c4b
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 parent7393751 commit9c89c4b
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24403 | 24403 |
| |
24404 | 24404 |
| |
24405 | 24405 |
| |
24406 |
| - | |
| 24406 | + | |
24407 | 24407 |
| |
24408 | 24408 |
| |
24409 | 24409 |
| |
24410 |
| - | |
| 24410 | + | |
24411 | 24411 |
| |
24412 | 24412 |
| |
24413 | 24413 |
| |
|
0 commit comments
Comments
(0)