1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Fix typos, update README.

Peter Geoghegan
This commit is contained in:
Robert Haas
2015-01-23 15:06:29 -05:00
parent a179232047
commit d1747571b6
3 changed files with 5 additions and 3 deletions

View File

@ -3,6 +3,8 @@ in the backend:
binaryheap.c - a binary heap
hyperloglog.c - a streaming cardinality estimator
pairingheap.c - a pairing heap
rbtree.c - a red-black tree