pgsql: Clean up unnecessary unportability and compiler warnings by - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Clean up unnecessary unportability and compiler warnings by
Date
Msg-id 20100512165000.DCA0A7541D2@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgsql: Add TODO file to CVS.
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Update config.guess and config.sub