]> granicus.if.org Git - postgresql/commit
copydir() is supposed to return on failure, not elog(ERROR). Reduce
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 10 Sep 2003 20:12:01 +0000 (20:12 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 10 Sep 2003 20:12:01 +0000 (20:12 +0000)
commit336ebee2c049a77d438876ef7cbeda2beff8e8c2
treec19cfcbe05c0f1521d8e8fad20079ead7fc50803
parentd16b8776123ffe9e287dc2354e3ad5248231055f
copydir() is supposed to return on failure, not elog(ERROR).  Reduce
ERROR to WARNING so we keep control.
src/port/copydir.c