pgsql: Fix incorrect comment in SetBufferCommitInfoNeedsSave().

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix incorrect comment in SetBufferCommitInfoNeedsSave().
Date: 2012-04-18 14:56:41
Message-ID: E1SKWJF-0000qY-Pb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2012-04-18 14:58:42 pgsql: Revert recent commit re positional arguments.
Previous Message Robert Haas 2012-04-18 14:47:13 pgsql: Fix copyfuncs/equalfuncs support for ReassignOwnedStmt.