Thread: pgsql-server/src/backend/utils/hash dynahash.c

pgsql-server/src/backend/utils/hash dynahash.c

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/12/29 19:54:22

Modified files:
    src/backend/utils/hash: dynahash.c

Log message:
    Use hash table name, not one-size-fits-all 'DynaHashTable', to identify
    memory contexts belonging to hash tables.  Makes the memory stats printout
    a little more useful.