Improve description of some WAL records for GIN The following information is added in the description of some GIN records: - In INSERT_LISTPAGE, the number of tuples and the right link block. - In UPDATE_META_PAGE, the number of tuples, the previous tail block, and the right link block. - In SPLIT, the left and right children blocks.
Author: Kirill Reshke <[email protected]> Reviewed-by: Michael Paquier <[email protected]> Reviewed-by: Andrey Borodin <[email protected]> Discussion: https://postgr.es/m/CALdSSPgnAt5L=d_xgxrxlyo5fk1h31_eyeesxdu1n-r4g+6...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/138da727a174219da2d408382e50f8628f1fa38f Modified Files -------------- src/backend/access/rmgrdesc/gindesc.c | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-)
