Re: DROP OWNED CASCADE vs Temp tables
Ahsan Hadi <ahsan.hadi@gmail.com>
From: ahsan hadi <ahsan.hadi@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Cc: Álvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2020-02-19T13:59:21Z
Lists: pgsql-bugs, pgsql-hackers
The following review has been posted through the commitfest application: make installcheck-world: tested, passed Implements feature: tested, passed Spec compliant: tested, passed Documentation: not tested I have tested the patch with REL_12_STABLE for the given error scenario by running the "CREATE TEMPORARY TABLE..." and "DROP OWNED BY..." commands concurrently using parallel background workers. I have also tested a few related scenarios and the patch does seem to fix the reported bug. Ran make installcheck-world, no difference with and without patch.
Commits
-
Heed lock protocol in DROP OWNED BY
- 91d97462c96e 9.5.22 landed
- 5be594caf818 13.0 landed
- 59273a7cec34 11.8 landed
- 4d21263fffd2 10.13 landed
- 2eea49471fba 12.3 landed
- 2bf56f50ebb0 9.6.18 landed