Fix pg_upgrade's pg_scandir_internal() to properly handle a NULL

Bruce Momjian <bruce@momjian.us>

Commit: 379aa2f5a40c8f46911d9979f3222f8c5abc59b0
Author: Bruce Momjian <bruce@momjian.us>
Date: 2011-11-17T18:24:55Z
Releases: 9.1.2
Fix pg_upgrade's pg_scandir_internal() to properly handle a NULL
pattern, which is used on PG 9.1 and HEAD (but not pre-9.1).  Fixes
crash on Windows.

Backpatched to 9.1.

Reported by Mark Dilger

Files

PathChange+/−
contrib/pg_upgrade/file.c modified +1 −1