pgsql: Remove unused function GetOldestWALSendPointer from walsender co

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Remove unused function GetOldestWALSendPointer from walsender co
Дата
Msg-id E1aq47Y-0004SW-EF@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove unused function GetOldestWALSendPointer from walsender code.

That unused function was introduced as a sample because synchronous
replication or replication monitoring tools might need it in the future.
Recently commit 989be08 added the function SyncRepGetOldestSyncRecPtr
which provides almost the same functionality for multiple synchronous
standbys feature. So it's time to remove that unused sample function.
This commit does that.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/46d73e0d65eef19e25bb0d31f1e5c23ff40a3444

Modified Files
--------------
src/backend/replication/walsender.c | 41 -------------------------------------
1 file changed, 41 deletions(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <
Следующее
От: Kevin Grittner
Дата:
Сообщение: Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <