Re: COPY, lock release and MVCC
Laurenz Albe <laurenz.albe@cybertec.at>
From: Laurenz Albe <laurenz.albe@cybertec.at>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Robert Haas <robertmhaas@gmail.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2020-05-15T05:04:55Z
Lists: pgsql-hackers
On Fri, 2020-05-15 at 10:11 +0530, Amit Kapila wrote: > Okay, changed, and pushed. Thank you! Yours, Laurenz Albe
Commits
-
Make COPY TO keep locks until the transaction end.
- a9cf48a4cf0c 13.0 landed
-
COPY to a relation should keep write lock till transaction commit.
- 4dded12faad9 7.1.1 cited
-
Mega-commit to make heap_open/heap_openr/heap_close take an
- bd272cace63e 7.1.1 cited