postgresql/src/backend
Tom Lane 18c170a08e 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
2020-10-05 13:40:28 -04:00
..
access Add pg_stat_wal statistics view. 2020-10-02 10:17:11 +09:00
bootstrap Make postgres.bki use the same literal-string syntax as postgresql.conf. 2020-10-04 16:09:55 -04:00
catalog Support for OUT parameters in procedures 2020-10-05 09:21:43 +02:00
commands Support for OUT parameters in procedures 2020-10-05 09:21:43 +02:00
executor Support for OUT parameters in procedures 2020-10-05 09:21:43 +02:00
foreign Update copyrights for 2020 2020-01-01 12:21:45 -05:00
jit Move resolution of AlternativeSubPlan choices to the planner. 2020-09-27 12:51:28 -04:00
lib Use pg_bitutils for HyperLogLog. 2020-07-30 09:14:23 -07:00
libpq Message fixes and style improvements 2020-09-14 06:42:30 +02:00
main Clean up includes of s_lock.h. 2020-06-18 19:41:05 -07:00
nodes Add for_each_from, to simplify loops starting from non-first list cells. 2020-09-28 20:33:13 -04:00
optimizer Fix two latent(?) bugs in equivclass.c. 2020-10-05 13:15:39 -04:00
parser Support for OUT parameters in procedures 2020-10-05 09:21:43 +02:00
partitioning Improve error cursor positions for problems with partition bounds. 2020-09-23 18:04:53 -04:00
po Translation updates 2020-05-18 12:49:30 +02:00
port Add huge_page_size setting for use on Linux. 2020-07-17 14:33:00 +12:00
postmaster Add pg_stat_wal statistics view. 2020-10-02 10:17:11 +09:00
regex Dial back -Wimplicit-fallthrough to level 3 2020-05-13 15:31:14 -04:00
replication Archive timeline history files in standby if archive_mode is set to "always". 2020-09-29 16:21:46 +09:00
rewrite Redefine pg_class.reltuples to be -1 before the first VACUUM or ANALYZE. 2020-08-30 12:21:51 -04:00
snowball code: replace most remaining uses of 'master'. 2020-07-08 13:24:35 -07:00
statistics Remove some more useless assignments. 2020-09-04 14:32:19 -04:00
storage Fix and test snapshot behavior on standby. 2020-09-30 17:28:51 -07:00
tcop Fix bogus completion tag usage in walsender 2020-09-16 21:16:25 -03:00
tsearch Improve behavior of tsearch_readline(), and remove t_readline(). 2020-09-23 20:26:58 -04:00
utils Include the process PID in assertion-failure messages. 2020-10-05 13:40:28 -04:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Update copyrights for 2020 2020-01-01 12:21:45 -05:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
nls.mk Add missing gettext triggers 2020-04-28 13:35:40 +02:00