]> granicus.if.org Git - postgresql/commit
Fix more portability issues with casts to Size when using off_t
authorMichael Paquier <michael@paquier.xyz>
Wed, 18 Jul 2018 00:51:53 +0000 (09:51 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 18 Jul 2018 00:51:53 +0000 (09:51 +0900)
commit94019c879a138454af723fa8bfc346d4a44ecd47
treebaade402670356732dcc1e7e0b22cf7f2192a109
parent8bd064f0c7d61c40a8a1179e9d24997fc0a20689
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.
src/backend/replication/logical/snapbuild.c
src/backend/replication/slot.c
src/backend/replication/walsender.c