pgsql: Remove excess argument to open(2).

Started by Tom Lanealmost 16 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=060f576d0b32ed69ba7317c9a310016ac0d4df02

Modified Files
--------------
src/tools/fsync/test_fsync.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)