forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit654242f
committed
Fix incorrect variable datatype.
Since slot_keep_segs indicates the number of WAL segments not LSN,its datatype should not be XLogRecPtr.Back-patch to v13 where this issue was added.Reported-by: Atsushi TorikoshiAuthor: Atsushi Torikoshi, tweaked by Fujii MasaoDiscussion:https://postgr.es/m/ebd0d674f3e050222238a960cac5251a@oss.nttdata.com1 parenteb2c8a8 commit654242f
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9601 | 9601 |
| |
9602 | 9602 |
| |
9603 | 9603 |
| |
9604 |
| - | |
| 9604 | + | |
9605 | 9605 |
| |
9606 | 9606 |
| |
9607 | 9607 |
| |
|
0 commit comments
Comments
(0)