1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-09 06:21:09 +03:00

More README src cleanups.

This commit is contained in:
Bruce Momjian
2008-03-21 13:23:29 +00:00
parent d287818eb5
commit fca9fff41b
41 changed files with 137 additions and 52 deletions

View File

@@ -1,7 +1,7 @@
$PostgreSQL: pgsql/src/backend/access/nbtree/README,v 1.19 2008/03/20 17:55:14 momjian Exp $
$PostgreSQL: pgsql/src/backend/access/nbtree/README,v 1.20 2008/03/21 13:23:27 momjian Exp $
Btree Indexing
--------------
==============
This directory contains a correct implementation of Lehman and Yao's
high-concurrency B-tree management algorithm (P. Lehman and S. Yao,