pgsql: Make sure walsender state is only read while holding the spinloc - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Make sure walsender state is only read while holding the spinloc
Date
Msg-id E1PdRMO-0001Uh-U8@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make sure walsender state is only read while holding the spinlock

Noted by Robert Haas.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=9eacd427e811a97337de1fdd61a3cb90604981ad

Modified Files
--------------
src/backend/replication/walsender.c |    4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: More libpq documentation adjustments from Leslie S Satenstein, r
Next
From: Tom Lane
Date:
Subject: pgsql: Revert incorrect memory-conservation hack in inheritance_planner