diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2018-02-06 13:52:27 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2018-02-06 13:52:27 -0500 |
commit | 3785f7eee3d98bc0a7ac2576aac9c0be974217d4 (patch) | |
tree | d979431708b4de1ca9ca23558f3171f88145036e /src/backend/executor/nodeWindowAgg.c | |
parent | f069c91a5793ff6b7884120de748b2005ee7756f (diff) | |
download | postgresql-3785f7eee3d98bc0a7ac2576aac9c0be974217d4.tar.gz postgresql-3785f7eee3d98bc0a7ac2576aac9c0be974217d4.zip |
Doc: move info for btree opclass implementors into main documentation.
Up to now, useful info for writing a new btree opclass has been buried
in the backend's nbtree/README file. Let's move it into the SGML docs,
in preparation for extending it with info about "in_range" functions
in the upcoming window RANGE patch.
To do this, I chose to create a new chapter for btree indexes in Part VII
(Internals), parallel to the chapters that exist for the newer index AMs.
This is a pretty short chapter as-is. At some point somebody might care
to flesh it out with more detail about btree internals, but that is
beyond the scope of my ambition for today.
Discussion: https://postgr.es/m/23141.1517874668@sss.pgh.pa.us
Diffstat (limited to 'src/backend/executor/nodeWindowAgg.c')
0 files changed, 0 insertions, 0 deletions