amcheck: Remove unused GinScanItem->parentlsn field
authorTomas Vondra <tomas.vondra@postgresql.org>
Tue, 17 Jun 2025 12:16:35 +0000 (14:16 +0200)
committerTomas Vondra <tomas.vondra@postgresql.org>
Tue, 17 Jun 2025 12:17:38 +0000 (14:17 +0200)
commit8dd41c0bff5b6944fb536cf8f2627d5f542581cd
tree4318f6b8170f33e26826e77d8143ef30efbd9c34
parentc89d6b889ce958dcab27b0342eca36634c0fefaf
amcheck: Remove unused GinScanItem->parentlsn field

The field was introduced by commit 14ffaece0fb5, but is unused and
unnecessary. So remove it.

Issues reported by Arseniy Mukhin, along with a proposed patch. Review
by Andrey M. Borodin, cleanup and minor improvements by me.

Author: Arseniy Mukhin <arseniy.mukhin.dev@gmail.com>
Reviewed-by: Andrey M. Borodin <x4mmm@yandex-team.ru>
Discussion: https://postgr.es/m/CAE7r3MJ611B9TE=YqBBncewp7-k64VWs+sjk7XF6fJUX77uFBA@mail.gmail.com
contrib/amcheck/verify_gin.c