Fix unportable coding in tarCreateHeader(). uid_t and gid_t might be wider than int on some platforms. Per buildfarm member brolga.
Branch ------ REL9_3_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/6be49f22f476e5fadf1934cf67f08b12239febdf Modified Files -------------- src/port/tar.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
