]> granicus.if.org Git - postgresql/commit
Clean up unnecessary unportability and compiler warnings by removing the
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 May 2010 16:50:00 +0000 (16:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 12 May 2010 16:50:00 +0000 (16:50 +0000)
commitc9c25a982c621320d699bf7c9055aaa4015dcad2
tree8f70dea0e9071737ad129e1d7ca89e5832013a49
parentb460b5cd1117167d505239e9081f4f7a526914a7
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.
contrib/pg_upgrade/file.c
contrib/pg_upgrade/pg_upgrade.h
contrib/pg_upgrade/relfilenode.c