pgsql: Fix possible failure to mark hash metapage dirty.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix possible failure to mark hash metapage dirty.
Date: 2018-02-01 20:33:57
Message-ID: E1ehLYT-0007ZE-Cf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2018-02-02 10:30:13 pgsql: Improve ALTER TABLE synopsis
Previous Message Bruce Momjian 2018-02-01 13:30:53 pgsql: psql: Add quit/help behavior/hint, for other tool portability