pgsql: Fix misleading PG_RE_THROW commentary

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix misleading PG_RE_THROW commentary
Date: 2019-02-11 18:57:54
Message-ID: E1gtGmA-0006If-Ek@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix misleading PG_RE_THROW commentary

The old verbiage indicated that PG_RE_THROW is optional, which is not
really true. This has confused many people, so it seems worth fixing.

Discussion: https://postgr.es/m/20190206160958.GA22304@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c603b392c32513982439bc466312d3a6b697d53e

Modified Files
--------------
src/include/utils/elog.h | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-02-11 19:41:32 pgsql: Redesign the partition dependency mechanism.
Previous Message Tom Lane 2019-02-11 17:05:55 pgsql: Last-minute updates for release notes.