Remove unused function from walsender.c

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Remove unused function from walsender.c
Дата
Msg-id CAHGQGwEGRNP3qKhJxT__eJk4ysX4qE7kfsegd4-A8Kn6kKW8Sg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Remove unused function from walsender.c  (Simon Riggs <simon@2ndQuadrant.com>)
Список pgsql-hackers
Hi,

There is an unused function GetOldestWALSendPointer() in walsender.c.
Per comment, it was introduced because we may need it in the future for
synchronous replication.

Now we have very similar function SyncRepGetOldestSyncRecPtr() in
syncrep.c. Which makes me think that GetOldestWALSendPointer()
no longer needs to be maintained. So, is it time to remove that unused
function?

Regards,

-- 
Fujii Masao



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Lets (not) break all the things. Was: [pgsql-advocacy] 9.6 -> 10.0
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Removing the TRACE_SORT macro