Re: pg_waldump and PREPARE

Поиск
Список
Период
Сортировка
От Kyotaro Horiguchi
Тема Re: pg_waldump and PREPARE
Дата
Msg-id 20191108.132618.1946785516798153399.horikyota.ntt@gmail.com
обсуждение исходный текст
Ответ на Re: pg_waldump and PREPARE  (Andrey Lepikhov <a.lepikhov@postgrespro.ru>)
Ответы Re: pg_waldump and PREPARE  (Andrey Lepikhov <a.lepikhov@postgrespro.ru>)
Список pgsql-hackers
Hello.

At Fri, 8 Nov 2019 08:23:41 +0500, Andrey Lepikhov <a.lepikhov@postgrespro.ru> wrote in 
> > Can I switch the status back to "Needs review"?
> > Regards,
> > 
> 
> One issue is that your patch provides small information. WAL errors
> Investigation often requires information on xid, subxacts,
> delete-on-abort/commit rels; rarely - invalidation messages etc.

Basically agrred, but it can be very large in certain cases, even if
it is rare.

By the way, in the patch xact_desc_prepare seems printing
parseed.xact_time, which is not actually set by ParsePrepareRecord.

# I missed the funtion. xl_xact_prepare is used in *two* places in
# front end.

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center



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

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: pg_waldump and PREPARE
Следующее
От: Amit Langote
Дата:
Сообщение: Re: adding partitioned tables to publications