pgsql: C comments: improve description of GiST NSN and GistBuildLSN

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: C comments: improve description of GiST NSN and GistBuildLSN
Date: 2021-03-10 22:03:21
Message-ID: E1lK6vJ-00044P-PY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

C comments: improve description of GiST NSN and GistBuildLSN

GiST indexes are complex, so adding more details in the code might help
someone.

Discussion: https://postgr.es/m/20210302164021.GA364@momjian.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/845ac7f847a25505e91f30dca4e0330b25785ee0

Modified Files
--------------
src/backend/access/gist/README | 1 +
src/include/access/gist.h | 15 +++++++++++----
2 files changed, 12 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2021-03-11 00:27:25 pgsql: Don't consider newly inserted tuples in nbtree VACUUM.
Previous Message Thomas Munro 2021-03-10 21:46:28 pgsql: Replace buffer I/O locks with condition variables.