pgsql: Make the comments more clear on the fact that UpdateFullPageWrit - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Make the comments more clear on the fact that UpdateFullPageWrit
Date
Msg-id E1S4q3S-0003xG-4o@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Simplify the way changes to full_page_writes are logged.
Next
From: Robert Haas
Date:
Subject: pgsql: Typo fix.