pgsql: Remove debugging aid - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Remove debugging aid
Date
Msg-id E1iYYAi-0000sD-Fi@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Joe Conway
Date:
Subject: pgsql: Update sepgsql to add mandatory access control for TRUNCATE
Next
From: Tom Lane
Date:
Subject: pgsql: Improve test coverage for LISTEN/NOTIFY.