All the other structures describe the list of blocks used, and in the
case of a GIN_INSERT_LISTPAGE record block 0 refers to a list page with
the items added to it.
Author: Kirill Reshke <
[email protected]>
Reviewed-by: Andrey Borodin <[email protected]>
Discussion: https://postgr.es/m/CALdSSPgk=9WRoXhZy5fdk+T1hiau7qbL_vn94w_L1N=gtEdbsg@mail.gmail.com
#define XLOG_GIN_INSERT_LISTPAGE 0x70
+/*
+ * Backup Blk 0: list page with inserted tuples
+ */
typedef struct ginxlogInsertListPage
{
BlockNumber rightlink;