Should pg_export_snapshot() and currtid() be tagged parallel-unsafe?

Поиск
Список
Период
Сортировка
От Andreas Seltenreich
Тема Should pg_export_snapshot() and currtid() be tagged parallel-unsafe?
Дата
Msg-id 87ziqno56m.fsf@credativ.de
обсуждение исходный текст
Ответы Re: Should pg_export_snapshot() and currtid() be tagged parallel-unsafe?  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Digging through the sqlsmith logging db, I noticed the following errors:

    ERROR:  cannot update SecondarySnapshot during a parallel operation
    ERROR:  cannot assign XIDs during a parallel operation

Queries raising the first one always contain calls to currtid() or
currtid2().  Queries raising the second one always contain a call to
pg_export_snapshot().  Patch to tag them as unsafe attached.

regards,
Andreas

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: 10.0
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: 10.0