Clean up unnecessary unportability and compiler warnings by removing the

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c9c25a982c621320d699bf7c9055aaa4015dcad2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-05-12T16:50:00Z
Releases: 9.0.0
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.

Files

PathChange+/−
contrib/pg_upgrade/file.c modified +4 −4
contrib/pg_upgrade/pg_upgrade.h modified +2 −2
contrib/pg_upgrade/relfilenode.c modified +2 −2