pgsql: Fix incorrect comment in SetBufferCommitInfoNeedsSave(). - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Fix incorrect comment in SetBufferCommitInfoNeedsSave().
Date
Msg-id E1SKWJF-0000qY-Pb@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix incorrect comment in SetBufferCommitInfoNeedsSave().

Noah Misch spotted the fact that the old comment is in fact incorrect, due
to memory ordering hazards.

Branch
------
master

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

Modified Files
--------------
src/backend/storage/buffer/bufmgr.c |    8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: After PageSetAllVisible, use MarkBufferDirty.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Revert recent commit re positional arguments.