1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

README/C-comment: document GiST's NSN value

This commit is contained in:
Bruce Momjian
2021-02-13 13:50:49 -05:00
parent 8063d0f6f5
commit 8facf1ea00
2 changed files with 5 additions and 4 deletions

View File

@ -51,6 +51,7 @@
#define F_HAS_GARBAGE (1 << 4) /* some tuples on the page are dead,
* but not deleted yet */
/* NSN - node sequence number, a special-purpose LSN */
typedef XLogRecPtr GistNSN;
/*