]> granicus.if.org Git - postgresql/commit
Fix thinko in pg_read_file: testing for negative result is not the way
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 15 Oct 2005 19:47:09 +0000 (19:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 15 Oct 2005 19:47:09 +0000 (19:47 +0000)
commite4cd186608d15563e568f03bbe2919384fdc95c0
tree2fb288e3823da487961f2731446f3e620b7edc3e
parent6faa334bef608f8db5eb934057cfa18bbc146d80
Fix thinko in pg_read_file: testing for negative result is not the way
to determine whether fread() failed.
src/backend/utils/adt/genfile.c