Re: incorrect xlog.c coverage report

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: incorrect xlog.c coverage report
Дата
Msg-id 12312.1542824448@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: incorrect xlog.c coverage report  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Ответы Re: incorrect xlog.c coverage report  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> On 2018-Nov-21, Masahiko Sawada wrote:
>> I've looked into this issue and this happens on my environment (CentOS
>> 6.9 and gcob 4.4.7) as well. ISTM the cause would related to the
>> immediate shutdown mode we're using in test_recovery_standby.

Doh, of course.

> I think we should change all calls of ->teardown_node to ->stop(),
> except the one in the END block, and look for places which are currently
> relying too much on END (i.e. add more ->stop() calls where needed).

Hm.  We probably don't want to have zero coverage of immediate stop mode,
though I agree we could cut it way back.

            regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: [RFC] Removing "magic" oids
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: instr_time.h: add INSTR_TIME_SET_CURRENT_LAZY