pgsql: Remove unused function GetOldestWALSendPointer from walsender co - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Remove unused function GetOldestWALSendPointer from walsender co
Date
Msg-id E1aq47Y-0004SW-EF@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <
Next
From: Kevin Grittner
Date:
Subject: Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <