N_PG_HASH
#define pager_hash(PN) ((PN)&(N_PG_HASH-1))
PgHdr *aHash[N_PG_HASH]; /* Hash table to map page number of PgHdr */