pgsql: You must hold a lock on the heap page when you call

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: You must hold a lock on the heap page when you call
Date: 2011-03-04 13:51:14
Message-ID: E1PvVPW-0006kB-Cg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

You must hold a lock on the heap page when you call
CheckForSerializableConflictOut(), because it can set hint bits.

YAMAMOTO Takashi

Branch
------
master

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

Modified Files
--------------
src/backend/access/heap/heapam.c | 4 ++--
src/backend/storage/lmgr/predicate.c | 7 ++++---
2 files changed, 6 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-03-04 16:40:00 pgsql: In initialize_SSL, don't fail unnecessarily when home dir is una
Previous Message User Kasahara 2011-03-04 06:28:55 pgstatsinfo - pg_statsinfo: * Ooops, a typo was remained...