Convert the lock manager to use the new dynahash.c support for partitioned

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a794fb06814cd9bf6199032bc31d19677d1720c6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-07-23T23:08:46Z
Releases: 8.2.0
Convert the lock manager to use the new dynahash.c support for partitioned
hash tables, instead of the previous kluge involving multiple hash tables.
This partially undoes my patch of last December.

Files