[COMMITTERS] pgsql: Fix compiler warning. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Fix compiler warning.
Date
Msg-id E1cbC9A-0003rk-SW@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix compiler warning.

Mithun Cy, per a report by Erik Rijkers

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/94708c0e8c32ad1c9c6ffbdb894fe158eda596e7

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


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Cache hash index's metapage in rel->rd_amcache.
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Allow the element allocator for a simplehash to be specified.