OSDN Git Service

Add some internals documentation for hash indexes, including an
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 1 Sep 2003 20:24:49 +0000 (20:24 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 1 Sep 2003 20:24:49 +0000 (20:24 +0000)
commiteaeb8621f8cba39de0d3ee6c296ab22731b4a183
tree6c26f72f4fd4ee94857ad19aa830d36628efa874
parent2fb6e84baef22c466fe7a53ca67f6e4ef5dbe9ff
Add some internals documentation for hash indexes, including an
explanation of the remarkably confusing page addressing scheme.
The file also includes my planned-but-not-yet-implemented revision
of the hash index locking scheme.
src/backend/access/hash/README [new file with mode: 0644]