pgsql: Fix possible failure to mark hash metapage dirty. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Fix possible failure to mark hash metapage dirty.
Date
Msg-id E1ehLYT-0007ZE-Cf@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix possible failure to mark hash metapage dirty.

Report and suggested fix by Lixian Zou.  Amit Kapila put it
in the form of a patch and reviewed.

Discussion: http://postgr.es/m/151739848647.1239.12528851873396651946@wrigleys.postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ad25a6b1f25baf09c869c903c9c8e26d390875f5

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


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: psql: Add quit/help behavior/hint, for other tool portability
Next
From: Stephen Frost
Date:
Subject: pgsql: Improve ALTER TABLE synopsis