aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistvacuum.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2018-01-04 14:59:00 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2018-01-04 14:59:00 -0500
commit5ad1b1728767dbf0209b35072db372d19bc032f7 (patch)
treebc785e68ff8bb20216124490e9c6a565fcb11392 /src/backend/access/gist/gistvacuum.c
parenta6565da8b9ef2b900d298a19cb817a2c9ca90f7e (diff)
downloadpostgresql-5ad1b1728767dbf0209b35072db372d19bc032f7.tar.gz
postgresql-5ad1b1728767dbf0209b35072db372d19bc032f7.zip
Fix incorrect computations of length of null bitmap in pageinspect.
Instead of using our standard macro for this calculation, this code did it itself ... and got it wrong, leading to incorrect display of the null bitmap in some cases. Noted and fixed by Maksim Milyutin. In passing, remove a uselessly duplicative error check. Errors were introduced in commit d6061f83a; back-patch to 9.6 where that came in. Maksim Milyutin, reviewed by Andrey Borodin Discussion: https://postgr.es/m/ec295792-a69f-350f-6287-25a20e8f31d5@gmail.com
Diffstat (limited to 'src/backend/access/gist/gistvacuum.c')
0 files changed, 0 insertions, 0 deletions