pgsql: Add comment noting that hashm_procid in a hash index's metapage

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add comment noting that hashm_procid in a hash index's metapage
Date: 2007-01-29 23:22:59
Message-ID: 20070129232259.BFC1F9FB3C5@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-01-30 01:33:37 pgsql: Add support for cross-type hashing in hash index searches and
Previous Message Marc G. Fournier 2007-01-29 23:15:00 CVSROOT: remove rcstemplate for now Submitted by: Reviewed by: