pgsql: Make the comments more clear on the fact that UpdateFullPageWrit

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make the comments more clear on the fact that UpdateFullPageWrit
Date: 2012-03-06 08:47:34
Message-ID: E1S4q3S-0003xG-4o@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make the comments more clear on the fact that UpdateFullPageWrites() is not
safe to call concurrently from multiple processes.

Branch
------
master

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

Modified Files
--------------
src/backend/access/transam/xlog.c | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2012-03-06 12:06:20 Re: [COMMITTERS] pgsql: Remove extra copies of LogwrtResult.
Previous Message Heikki Linnakangas 2012-03-06 08:18:58 pgsql: Simplify the way changes to full_page_writes are logged.