Tighten up assertion on a local variable 'lineindex' is 0-based, as mentioned in the comments.
Backpatch to v18 where the assertion was added. Author: ChangAo Chen <[email protected]> Reviewed-by: Chao Li <[email protected]> Discussion: https://www.postgresql.org/message-id/[email protected] Backpatch-through: 18 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/461b8cc95252ff0177a44be20b06c21ff07af4fa Modified Files -------------- src/backend/access/heap/heapam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
