postgresql/src/backend/access
Thomas Munro a13db0e164 Change ProcSendSignal() to take pgprocno.
Instead of referring to target backends by pid, use pgprocno.  This
means that we don't have to scan the ProcArray and we can drop some
special case code for dealing with the startup process.

Discussion: https://postgr.es/m/CA%2BhUKGLYRyDaneEwz5Uya_OgFLMx5BgJfkQSD%3Dq9HmwsfRRb-w%40mail.gmail.com
Reviewed-by: Soumyadeep Chakraborty <soumyadeep2007@gmail.com>
Reviewed-by: Ashwin Agrawal <ashwinstar@gmail.com>
Reviewed-by: Andres Freund <andres@anarazel.de>
2021-12-16 15:56:03 +13:00
..
brin Ignore BRIN indexes when checking for HOT udpates 2021-11-30 20:04:38 +01:00
common Fix corruption of toast indexes with REINDEX CONCURRENTLY 2021-12-08 11:01:08 +09:00
gin Standardize cleanup lock terminology. 2021-12-08 17:24:45 -08:00
gist Ignore BRIN indexes when checking for HOT udpates 2021-11-30 20:04:38 +01:00
hash Ignore BRIN indexes when checking for HOT udpates 2021-11-30 20:04:38 +01:00
heap Improve parallel vacuum implementation. 2021-12-15 07:58:19 +05:30
index Add hardening to catch invalid TIDs in indexes. 2021-11-04 19:54:05 -07:00
nbtree Standardize cleanup lock terminology. 2021-12-08 17:24:45 -08:00
rmgrdesc Improve description of some WAL records with transaction commands 2021-12-13 11:02:47 +09:00
spgist Ignore BRIN indexes when checking for HOT udpates 2021-11-30 20:04:38 +01:00
table Fix some typos with {a,an} 2021-12-09 15:20:36 +09:00
tablesample Update copyright for 2021 2021-01-02 13:06:25 -05:00
transam Change ProcSendSignal() to take pgprocno. 2021-12-16 15:56:03 +13:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00