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:
@ -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;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user