[PATCH] ecpg: Split off mmfatal() from mmerror()

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: [PATCH] ecpg: Split off mmfatal() from mmerror()
Date: 2013-11-13 03:22:20
Message-ID: 1384312940.23844.8.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Similar to recent pg_upgrade changes
(https://commitfest.postgresql.org/action/patch_view?id=1216), here is a
patch to separate the terminating and nonterminating variants of
mmerror() in ecpg.

Attachment Content-Type Size
0001-ecpg-Split-off-mmfatal-from-mmerror.patch text/x-patch 23.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2013-11-13 03:28:07 Re: Add \i option to bring in the specified file as a quoted literal
Previous Message Peter Eisentraut 2013-11-13 03:04:27 Re: Re: [COMMITTERS] pgsql: Fix whitespace issues found by git diff --check, add gitattribut