Avoid -Wconversion warnings when using checksum_impl.h

Michael Paquier <michael@paquier.xyz>

Commit: 0065174324a97c0f39ccf0823a81fb674fb49cca
Author: Michael Paquier <michael@paquier.xyz>
Date: 2020-03-05T05:12:37Z
Releases: 13.0
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.

Author: David Steele
Discussion: https://postgr.es/m/91d86c8a-11fc-7b88-43eb-5ca3f6fb8bd3@pgmasters.net

Files

PathChange+/−
src/include/storage/checksum_impl.h modified +1 −1

Discussion