pgsql: Code cleanup in SyncRepWaitForLSN()

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pgsql: Code cleanup in SyncRepWaitForLSN()
Дата
Msg-id E1bYAyt-0005vN-JZ@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: pgsql: Correct TABLESAMPLE docs
Следующее
От: Simon Riggs
Дата:
Сообщение: pgsql: Code cleanup in SyncRepWaitForLSN()