pgsql: Include the process PID in assertion-failure messages. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Include the process PID in assertion-failure messages.
Date
Msg-id E1kPUTT-0002Rs-Qu@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Include the process PID in assertion-failure messages.

This should help to identify what happened when studying the postmaster
log after-the-fact.

While here, clean up some old comments in the same function.

Discussion: https://postgr.es/m/1568983.1601845687@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/18c170a08ee23d03a06d235ea628fecb057d974f

Modified Files
--------------
src/backend/utils/error/assert.c | 28 +++++++++++++++-------------
1 file changed, 15 insertions(+), 13 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix two latent(?) bugs in equivclass.c.
Next
From: Bruce Momjian
Date:
Subject: pgsql: Overhaul pg_hba.conf clientcert's API