Re: BUG #17434: CREATE/DROP DATABASE can be executed in the same transaction with other commands
От
Tom Lane
Тема
Re: BUG #17434: CREATE/DROP DATABASE can be executed in the same transaction with other commands
Дата
Msg-id
4066263.1669395975@sss.pgh.pa.us
Ответ на
Re: BUG #17434: CREATE/DROP DATABASE can be executed in the same transaction with other commands (Israel Barth Rubio)
Список
Дерево обсуждения
Re: BUG #17434: CREATE/DROP DATABASE can be executed in the same transaction with other commands Yugo NAGATA <nagata@sraoss.co.jp>
Re: BUG #17434: CREATE/DROP DATABASE can be executed in the same transaction with other commands Yugo NAGATA <nagata@sraoss.co.jp>
Re: BUG #17434: CREATE/DROP DATABASE can be executed in the same transaction with other commands Tom Lane <tgl@sss.pgh.pa.us>
Re: BUG #17434: CREATE/DROP DATABASE can be executed in the same transaction with other commands Yugo NAGATA <nagata@sraoss.co.jp>
Re: BUG #17434: CREATE/DROP DATABASE can be executed in the same transaction with other commands Tom Lane <tgl@sss.pgh.pa.us>
Re: BUG #17434: CREATE/DROP DATABASE can be executed in the same transaction with other commands Yugo NAGATA <nagata@sraoss.co.jp>
Re: BUG #17434: CREATE/DROP DATABASE can be executed in the same transaction with other commands Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Re: BUG #17434: CREATE/DROP DATABASE can be executed in the same transaction with other commands Tom Lane <tgl@sss.pgh.pa.us>
Re: BUG #17434: CREATE/DROP DATABASE can be executed in the same transaction with other commands Yugo NAGATA <nagata@sraoss.co.jp>
Re: BUG #17434: CREATE/DROP DATABASE can be executed in the same transaction with other commands Tom Lane <tgl@sss.pgh.pa.us>
Re: BUG #17434: CREATE/DROP DATABASE can be executed in the same transaction with other commands Yugo NAGATA <nagata@sraoss.co.jp>
Re: BUG #17434: CREATE/DROP DATABASE can be executed in the same transaction with other commands Israel Barth Rubio <barthisrael@gmail.com>
Re: BUG #17434: CREATE/DROP DATABASE can be executed in the same transaction with other commands Tom Lane <tgl@sss.pgh.pa.us>
Re: BUG #17434: CREATE/DROP DATABASE can be executed in the same transaction with other commands Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Re: BUG #17434: CREATE/DROP DATABASE can be executed in the same transaction with other commands Tom Lane <tgl@sss.pgh.pa.us>
Re: BUG #17434: CREATE/DROP DATABASE can be executed in the same transaction with other commands Tom Lane <tgl@sss.pgh.pa.us>
Israel Barth Rubio writes:
> It would be great if we can back-patch this to all supported versions,
> as the issue itself is currently affecting them all.
In my mind, this is waiting for Peter to opine on whether it satisfies
his concern.
I'm also looking for input on whether to reject if
if ((MyXactFlags & XACT_FLAGS_PIPELINING) &&
GetTopTransactionIdIfAny() != InvalidTransactionId)
rather than just the bare
if (MyXactFlags & XACT_FLAGS_PIPELINING)
tests in the patch-as-posted.
regards, tom lane
В списке pgsql-hackers по дате отправления