pgsql: Add comment noting that hashm_procid in a hash index's metapage - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add comment noting that hashm_procid in a hash index's metapage
Date
Msg-id 20070129232259.BFC1F9FB3C5@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add comment noting that hashm_procid in a hash index's metapage isn't
actually used for anything.

Modified Files:
--------------
    pgsql/src/backend/access/hash:
        hashpage.c (r1.63 -> r1.64)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/hash/hashpage.c.diff?r1=1.63&r2=1.64)

pgsql-committers by date:

Previous
From: scrappy@postgresql.org (Marc G. Fournier)
Date:
Subject: CVSROOT: remove rcstemplate for now Submitted by: Reviewed by:
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add support for cross-type hashing in hash index searches and