Re: some pointless HeapTupleHeaderIndicatesMovedPartitions calls
Anastasia Lubennikova <a.lubennikova@postgrespro.ru>
From: Anastasia Lubennikova <a.lubennikova@postgrespro.ru>
To: pgsql-hackers@lists.postgresql.org
Cc: Álvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2021-02-12T16:42:26Z
Lists: pgsql-hackers
The following review has been posted through the commitfest application: make installcheck-world: tested, passed Implements feature: tested, passed Spec compliant: not tested Documentation: not tested I wonder, why this patch hangs on commitfest for so long. The idea of the fix is clear, the code is correct and all tests pass, so, I move it to ReadyForCommitter status. The new status of this patch is: Ready for Committer
Commits
-
Rework HeapTupleHeader macros to reuse itemptr.h
- 4669cacbd4b4 14.0 landed
-
Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls
- 0f5505a8815a 14.0 landed
- 85adb5e91ec2 14.0 landed
-
tableam: Add tuple_{insert, delete, update, lock} and use.
- 5db6df0c0117 12.0 cited