Re: Undetected Deadlock
Michael Lewis <mlewis@entrata.com>
From: Michael Lewis <mlewis@entrata.com>
To: Michael Harris <harmic@gmail.com>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>,
pgsql-general@lists.postgresql.org
Date: 2022-01-27T01:14:26Z
Lists: pgsql-general
I must be missing something. You mentioned dropping a partition, so is there an actual need for the delete? Could you detach concurrently and then drop the table or delete rows if needed? https://www.postgresql.org/docs/14/sql-altertable.html#SQL-ALTERTABLE-DETACH-PARTITION
Commits
-
Make timeout.c more robust against missed timer interrupts.
- d37776e451e3 15.0 landed
- 2e211c16612a 14.3 landed
-
Improve timeout.c's handling of repeated timeout set/cancel.
- 09cf1d522676 14.0 cited