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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Include hash table name in all the internal-error elog messages
Date
Msg-id 20070911161746.97B0F754206@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: teodor@postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Remove QueryOperand->istrue flag, it was used only in cover
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Make sure that open hash table scans are cleaned up when bgwriter