pgsql: Fix formula in _hash_spareindex. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Fix formula in _hash_spareindex.
Date
Msg-id E1cvMti-00038S-Jh@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix formula in _hash_spareindex.

This was correct in earlier versions of the patch that lead to
commit ea69a0dead5128c421140dc53fac165ba4af8520, but somehow got
broken in the last version which I actually committed.

Mithun Cy, per an off-list report from Ashutosh Sharma

Discussion: http://postgr.es/m/CAD__OujbAwNU71v1y-RoQxZ8LZ6-V2UFTkex3v34MK6uZ3Xb5w@mail.gmail.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b38006ef6d1ba2f56cc4962ed17956b74c9fa0c4

Modified Files
--------------
src/backend/access/hash/hashutil.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Expand hash indexes more gradually.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix remote position tracking in logical replication