pgsql: Clean up unnecessary unportability and compiler warnings by

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clean up unnecessary unportability and compiler warnings by
Date: 2010-05-12 16:50:00
Message-ID: 20100512165000.DCA0A7541D2@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Clean up unnecessary unportability and compiler warnings by removing the
cmp parameter for pg_scandir(). The code failed to support this anyway
for Sun/Windows, so pretending we could accept a parameter other than
NULL was just asking for trouble.

Modified Files:
--------------
pgsql/contrib/pg_upgrade:
file.c (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_upgrade/file.c?r1=1.1&r2=1.2)
pg_upgrade.h (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_upgrade/pg_upgrade.h?r1=1.1&r2=1.2)
relfilenode.c (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_upgrade/relfilenode.c?r1=1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2010-05-12 16:50:57 pgsql: Update config.guess and config.sub
Previous Message Tom Lane 2010-05-12 15:52:01 Re: [COMMITTERS] pgsql: Add PGFILEDESC description to Makefiles for all /contrib