pgsql: Remove excess argument to open(2).

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove excess argument to open(2).
Date: 2010-10-02 22:43:05
Message-ID: E1P2AnJ-0005lp-D1@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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
------
REL8_4_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-10-03 00:03:33 pgsql: Behave correctly if INSERT ... VALUES is decorated with addition
Previous Message Tom Lane 2010-10-02 22:29:05 pgsql: Throw an appropriate error if ALTER COLUMN TYPE finds a dependen