Avoid -Wconversion warnings when using checksum_impl.h
authorMichael Paquier <michael@paquier.xyz>
Thu, 5 Mar 2020 05:12:37 +0000 (14:12 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 5 Mar 2020 05:12:37 +0000 (14:12 +0900)
commit0065174324a97c0f39ccf0823a81fb674fb49cca
tree6d184e5fe92d7074b126b9f2a10676b2c0cb4e17
parent2eb3bc58814fa1ab86308a3658ddb76081080db3
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
src/include/storage/checksum_impl.h