pgsql: Fix more portability issues with casts to Size when using off_t - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix more portability issues with casts to Size when using off_t
Date
Msg-id E1ffaig-0005wQ-Ud@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/94019c879a138454af723fa8bfc346d4a44ecd47

Modified Files
--------------
src/backend/replication/logical/snapbuild.c | 3 ++-
src/backend/replication/slot.c              | 2 +-
src/backend/replication/walsender.c         | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Rework error messages around file handling
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Rework error messages around file handling