Fix more portability issues with casts to Size when using off_t
Michael Paquier <michael@paquier.xyz>
Fix more portability issues with casts to Size when using off_t This should tame the beast, as there are no other places where off_t is used in the new error messages. Reported again by longfin, which complained about walsender.c while I spotted the other two ones while double-checking.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/replication/logical/snapbuild.c | modified | +2 −1 |
| src/backend/replication/slot.c | modified | +1 −1 |
| src/backend/replication/walsender.c | modified | +1 −1 |