pgsql: Fix unportable coding in tarCreateHeader().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix unportable coding in tarCreateHeader().
Date: 2014-02-17 01:01:30
Message-ID: E1WFCaQ-0003Kh-2o@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-02-17 01:12:51 pgsql: PGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_exit_inpro
Previous Message Tom Lane 2014-02-16 20:14:08 pgsql: Revert to using --enable-auto-import in Cygwin builds.