Thread: pgsql: Update comments related to the crash-safety of the visibility ma

pgsql: Update comments related to the crash-safety of the visibility ma

From
Robert Haas
Date:
Update comments related to the crash-safety of the visibility map.

In hio.c, document how we avoid deadlock with respect to visibility map
buffer locks.  In visibilitymap.c, update the LOCKING section of the
file header comment.

Both oversights noted by Heikki Linnakangas.

Branch
------
master

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

Modified Files
--------------
src/backend/access/heap/hio.c           |    4 ++++
src/backend/access/heap/visibilitymap.c |   16 +++++++++++++---
2 files changed, 17 insertions(+), 3 deletions(-)