Re: pgsql: pgstat: add pg_stat_force_next_flush(), use it to simplify tests

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: pgsql: pgstat: add pg_stat_force_next_flush(), use it to simplify tests
Дата
Msg-id 20220407071151.sg6grcfdiefkk752@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: pgsql: pgstat: add pg_stat_force_next_flush(), use it to simplify tests  (John Naylor <john.naylor@enterprisedb.com>)
Список pgsql-committers
Hi,

On 2022-04-07 14:01:14 +0700, John Naylor wrote:
> On Thu, Apr 7, 2022 at 1:40 PM Andres Freund <andres@anarazel.de> wrote:
> > Bumps catversion.
> 
> Looks like this part didn't make it.

Damn. I think it was automatically resolved away by git when rebasing, because
5c279a6d350 contained the same change. git reflog shows that the commit ontop
of a8cfb0c1a96 still had it. Then I rebased onto 5c279a6d350 and it was gone.

I have another commit with a catversion bump queued up, so that'll take care
of that.

Greetings,

Andres Freund



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

Предыдущее
От: John Naylor
Дата:
Сообщение: Re: pgsql: pgstat: add pg_stat_force_next_flush(), use it to simplify tests
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: pgstat: add pg_stat_have_stats() test helper.