Fix unportable coding in tarCreateHeader().
uid_t and gid_t might be wider than int on some platforms.
Per buildfarm member brolga.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/a1c802712c369af4085c365cb79c3063b8407ef4
Modified Files
--
src/port/tar.c
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