Hi Michael,
On 3/5/20 12:13 AM, Michael Paquier wrote:
> Avoid -Wconversion warnings when using checksum_impl.h
>
> This does not matter much when compiling Postgres proper as many
> warnings exist when enabling this compilation flag, but it can be
> annoying for external modules willing to use both.
Looks like you changed 65535 -> 65536 before commit. I checked the
original patch and it has 65535.
Bit of a bummer that this passed make check-world, but the pgBackRest
tests definitely did not like it.
Thanks,
--
-David
david(at)pgmasters(dot)net