mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
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
This commit is contained in:
@ -10,6 +10,7 @@ GiST stands for Generalized Search Tree. It was introduced in the seminal paper
|
||||
Jeffrey F. Naughton, Avi Pfeffer:
|
||||
|
||||
http://www.sai.msu.su/~megera/postgres/gist/papers/gist.ps
|
||||
https://dsf.berkeley.edu/papers/sigmod97-gist.pdf
|
||||
|
||||
and implemented by J. Hellerstein and P. Aoki in an early version of
|
||||
PostgreSQL (more details are available from The GiST Indexing Project
|
||||
|
Reference in New Issue
Block a user