]> granicus.if.org Git - postgresql/commit
Remove unused function GetOldestWALSendPointer from walsender code.
authorFujii Masao <fujii@postgresql.org>
Tue, 12 Apr 2016 19:36:29 +0000 (04:36 +0900)
committerFujii Masao <fujii@postgresql.org>
Tue, 12 Apr 2016 19:36:29 +0000 (04:36 +0900)
commit46d73e0d65eef19e25bb0d31f1e5c23ff40a3444
tree4bb63dd72ea95575cbf21c0b6bccfa4083520032
parentf1f01de145d0aaca80e6cf8b2ccb7e7f4ed1ad02
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.
src/backend/replication/walsender.c