Hello Team,
We are experiencing issues around Postmaster crashing due to cancellation
of a simple query
Postgres Version - 11.6
Environment - AWS RDS
Table Size - 50 GB
Few ways I resolved the issue :
1. Vacuum analyze the table and then execute the query and cancel it.
2. Disable JIT
3. Set max_parallel_workers_per_gather = 0
Attached is the file containing DEBUG logs and ERROR we are experiencing
issues with.
Regards,
Mukesh