pgsql: Remove debugging aid

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove debugging aid
Date: 2019-11-23 16:22:08
Message-ID: E1iYYAi-0000sD-Fi@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove debugging aid

This Assert(false) was not supposed to be in the committed copy.

Reported by: Tom Lane
Discussion: https://postgr.es/m/26476.1574525468@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/45ff049e288b0fc7d68195b25ba1a78522e7a45b

Modified Files
--------------
src/backend/utils/error/elog.c | 2 --
1 file changed, 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-11-23 22:30:26 pgsql: Improve test coverage for LISTEN/NOTIFY.
Previous Message Joe Conway 2019-11-23 15:47:46 pgsql: Update sepgsql to add mandatory access control for TRUNCATE