pgsql: Add comment in ginxlog.h about block used with ginxlogInsertList - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Add comment in ginxlog.h about block used with ginxlogInsertList
Date
Msg-id E1v5fcW-000Iuv-1m@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add comment in ginxlog.h about block used with ginxlogInsertListPage

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 <reshkekirill@gmail.com>
Reviewed-by: Andrey Borodin <x4mmm@yandex-team.ru>
Discussion: https://postgr.es/m/CALdSSPgk=9WRoXhZy5fdk+T1hiau7qbL_vn94w_L1N=gtEdbsg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/42c6b74d8928885135ba35ffdb7fb60602953e2d

Modified Files
--------------
src/include/access/ginxlog.h | 3 +++
1 file changed, 3 insertions(+)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Remove block information from description of some WAL records fo
Next
From: Amit Kapila
Date:
Subject: pgsql: Expose sequence page LSN via pg_get_sequence_data.