Incorrect return clause in regression test positioned-update causing compilation error

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-odbc(at)postgresql(dot)org>
Subject: Incorrect return clause in regression test positioned-update causing compilation error
Date: 2014-03-06 07:46:06
Message-ID: CAB7nPqSvFKu4LxgHTVTCnQdQ1V3s1f53Fb1=zT-BzQyohtzO4g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi all,

I found that the regression test positioned-update does not compile
correctly on OSX because of a "return" used in main() instead of a
plain exit().
Patch attached fixes that.
Regards,
--
Michael

Attachment Content-Type Size
20140306_odbc_regress_fix.patch text/plain 529 bytes

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Heikki Linnakangas 2014-03-06 11:46:18 Re: Ignore results/ when running regression tests
Previous Message Michael Paquier 2014-03-06 02:20:15 Ignore results/ when running regression tests