pgsql: You must hold a lock on the heap page when you call - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: You must hold a lock on the heap page when you call
Date
Msg-id E1PvVPW-0006kB-Cg@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: kasahara@pgfoundry.org (User Kasahara)
Date:
Subject: pgstatsinfo - pg_statsinfo: * Ooops, a typo was remained...
Next
From: Tom Lane
Date:
Subject: pgsql: In initialize_SSL, don't fail unnecessarily when home dir is una