Fix compilation warning in ipci.c
authorMichael Paquier <michael@paquier.xyz>
Wed, 8 Sep 2021 05:22:52 +0000 (14:22 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 8 Sep 2021 05:22:52 +0000 (14:22 +0900)
commitaa37a439db6bd328d68ce815ab9e12467f42493b
tree5e49fced47781924d4aebc844a09222e0c20730d
parentbd1788051b02cfddcd9ef0e2fd094972f372b8fd
Fix compilation warning in ipci.c

A Size had better use %zu when printed.

Oversight in bd17880, per buildfarm member lapwing.
src/backend/storage/ipc/ipci.c