Re: pgsql: Rationalize GetWalRcv{Write,Flush}RecPtr().

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pgsql: Rationalize GetWalRcv{Write,Flush}RecPtr().
Дата
Msg-id 20200415212414.GA23819@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: pgsql: Rationalize GetWalRcv{Write,Flush}RecPtr().  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: pgsql: Rationalize GetWalRcv{Write,Flush}RecPtr().
Список pgsql-hackers
On 2020-Apr-09, Alvaro Herrera wrote:

> It seems worth pointing out that the new GetWalRcvWriteRecPtr function
> has a different signature from the original one -- so any third-party
> code using the original function will now get a compile failure that
> should alert them that they need to change their code to call
> GetWalRcvFlushRecPtr instead.  Maybe we should add a line or two in the
> comments GetWalRcvWriteRecPtr to make this explicit.

After using codesearch.debian.net and finding no results, I decided that
this is not worth the effort.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: "Tom Turelinckx"
Дата:
Сообщение: tadarida vs REL_12_STABLE
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Comment explaining why vacuum needs to push snapshot seemsinsufficient.