Re: Bug in gin insert redo code path during re-compression of empty gin data leaf pages
Alexander Korotkov <a.korotkov@postgrespro.ru>
From: Alexander Korotkov <a.korotkov@postgrespro.ru>
To: sivasubr@amazon.com
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2018-07-19T18:27:59Z
Lists: pgsql-hackers
On Thu, Jul 19, 2018 at 6:17 PM R, Siva <sivasubr@amazon.com> wrote: > > On Thu, Jul 19, 2018 at 2:43 PM Alexander Korotkov < > a.korotkov@postgrespro.ru> wrote: > > It appears that we need to handle empty posting list pages also > in disassembleLeaf(). Updated patch is attached. I'm > > going to commit it. > Thank you so much for reviewing the patch! You are right, we need to > handle the regular insert/vacuum path for the empty page as well, thanks > for fixing that. The updated patch looks good to me. > > >BTW, what is your full name for the commit message? > My full name is "Sivasubramanian Ramasubramanian". > Email : sivasubr@amazon.com Pushed, thanks! ------ Alexander Korotkov Postgres Professional: http://www.postgrespro.com The Russian Postgres Company
Commits
-
Fix handling of empty uncompressed posting list pages in GIN
- 608793266dbb 11.0 landed
- 9c6a676c4ced 9.4.19 landed
- 3c09b032afe5 9.5.14 landed
- 44b550e0d9a5 9.6.10 landed
- 0d26812a4331 10.5 landed
- 309765fa1e31 12.0 landed