OSDN Git Service

Remove excess argument to open(2).
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 2 Oct 2010 22:40:28 +0000 (18:40 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 2 Oct 2010 22:40:48 +0000 (18:40 -0400)
commit060f576d0b32ed69ba7317c9a310016ac0d4df02
tree517791c2eeb83dd7e952df94a5cdc01ccdc05711
parent8178d9480aeedfa20157bb98e21b5f3b6eb8a957
Remove excess argument to open(2).

Many compilers don't complain about this, but some do, and it's certainly
wrong.  Back-patch to 8.4 where the error was introduced.

Mark Kirkwood
src/tools/fsync/test_fsync.c