citus/src/backend
Onder Kalaci 2e6256687a Check the PGPROC's validity properly
We used to only check whether the PID is valid
or not. However, Postgres does not necessarily
set the PID of the backend to 0 when it exists.

Instead, we need to be able to check it from procArray.
IsBackendPid() is what pg_stat_activity also relies
on for a similar purpose.
2022-07-25 15:19:35 +02:00
..
columnar Drop postgres 12 support (#6040) 2022-07-20 17:49:36 +03:00
distributed Check the PGPROC's validity properly 2022-07-25 15:19:35 +02:00
.gitignore Initial commit of Citus 5.0 2016-02-11 04:05:32 +02:00