$Header: /usr/local/devel/postgres/src/doc/implementation/RCS/README,v 1.3 1994/05/13 02:33:19 aoki Exp $

This directory contains detailed implementation notes that are still
(more or less) current.  Where they aren't current, we don't have a
better description anywhere else.

am.me			Access method interface
array.me		Guide to working with arrays in C
fastpath.me		Fast-path interface [NOT COMPLETE]
fmgr.me			Function manager interface
libpq.me		LIBPQ internals documentation
parse-tree.me		Parser output format
query-tree.me		Optimizer input/output format [NOT CURRENT]
smgr.me			Storage manager interface
