git.postgresql.org Git - postgresql.git/commit
2019年11月19日 20:08:14 +0000 (23:08 +0300)
2019年11月19日 21:05:01 +0000 (00:05 +0300)
commit ee437ca7408b67f2b785e4221c7e567aecf68b47
Fix traversing to the deleted GIN page via downlink
Current GIN code appears to don't handle traversing to the deleted page via
downlink. This commit fixes that by stepping right from the delete page like
we do in nbtree.
This commit also fixes setting 'deleted' flag to the GIN pages. Now other page
flags are not erased once page is deleted. That helps to keep our assertions
true if we arrive deleted page via downlink.
Discussion: https://postgr.es/m/CAPpHfdvMvsw-NcE5bRS7R1BbvA4BxoDnVVjkXC5W0Czvy9LVrg%40mail.gmail.com
Author: Alexander Korotkov
Reviewed-by: Peter Geoghegan
Backpatch-through: 9.4
This is the main PostgreSQL git repository.
RSS
Atom