Thread: pgsql: Include hash table name in all the internal-error elog messages

pgsql: Include hash table name in all the internal-error elog messages

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Include hash table name in all the internal-error elog messages in
dynahash.c.  Sergey Koposov's current open problem shows the possible
usefulness of this, and it doesn't add much code.

Modified Files:
--------------
    pgsql/src/backend/utils/hash:
        dynahash.c (r1.75 -> r1.76)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/hash/dynahash.c?r1=1.75&r2=1.76)