pgsql: Code cleanup in SyncRepWaitForLSN()

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Code cleanup in SyncRepWaitForLSN()
Date: 2016-08-12 11:50:39
Message-ID: E1bYAz1-0005vn-FT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Code cleanup in SyncRepWaitForLSN()

Commit 14e8803f1 removed LWLocks when accessing MyProc->syncRepState
but didn't clean up the surrounding code and comments.

Cleanup and backpatch to 9.5, to keep code similar.

Julien Rouhaud, improved by suggestion from Michael Paquier,
implemented trivially by myself.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/4fc8e2315da3ee67538f55ce0c6aee3eee07e026

Modified Files
--------------
src/backend/replication/syncrep.c | 18 +++++-------------
1 file changed, 5 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-08-12 16:13:23 pgsql: Fix inappropriate printing of never-measured times in EXPLAIN.
Previous Message Simon Riggs 2016-08-12 11:50:31 pgsql: Code cleanup in SyncRepWaitForLSN()