Fix printf format to use %zd when printing sizes

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 8acc1e0fe21015d403c0e005d92d04250ece84b9
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2017-04-07T22:27:00Z
Releases: 10.0
Fix printf format to use %zd when printing sizes

Using %ld as we were doing raises compiler warnings on 32 bit platforms.

Reported by Andres Freund.
Discussion: https://postgr.es/m/20170407214022.fidezl2e6rk3tuiz@alap3.anarazel.de

Files

Discussion