Re: A modest proposal: let's add PID to assertion failure messages
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: Thomas Munro <thomas.munro@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-10-05T01:18:24Z
Lists: pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes: > +1. (log_line_prefix includes %p in its default configuration for the > TAP tests). Right, but of course you don't get log_line_prefix on Assert messages. regards, tom lane
Commits
-
Include the process PID in assertion-failure messages.
- 18c170a08ee2 14.0 landed