copydir() is supposed to return on failure, not elog(ERROR). Reduce

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

Commit: 336ebee2c049a77d438876ef7cbeda2beff8e8c2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-09-10T20:12:01Z
Releases: 7.4.1
copydir() is supposed to return on failure, not elog(ERROR).  Reduce
ERROR to WARNING so we keep control.

Files

PathChange+/−
src/port/copydir.c modified +18 −11