Re: Query Jumbling for CALL and SET utility statements

Поиск
Список
Период
Сортировка
От Imseih (AWS), Sami
Тема Re: Query Jumbling for CALL and SET utility statements
Дата
Msg-id 7B7BB4D2-9FF8-4F91-8880-1E52655B2D3E@amazon.com
обсуждение исходный текст
Ответ на Re: Query Jumbling for CALL and SET utility statements  ("Drouvot, Bertrand" <bdrouvot@amazon.com>)
Список pgsql-hackers

> Attached v5 to normalize 2PC commands too, so that we get things like:

A nit on the documentation for v5, otherwise lgtm.

 

Plannable queries (that is, SELECT, INSERT, UPDATE, and DELETE) as well as CALL, SET

and two-phase commit commands PREPARE TRANSACTION, , COMMIT PREPARED

and ROLLBACK PREPARED are combined

 

---- to ----

 

Plannable queries (that is, SELECT, INSERT, UPDATE, and DELETE) as well as CALL,

SET, PREPARE TRANSACTION, COMMIT PREPARED and ROLLBACK PREPARED are combined

 

 

---

 

Regards,

 

Sami Imseih

Amazon Web Services (AWS)

 

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

Предыдущее
От: "kuroda.hayato@fujitsu.com"
Дата:
Сообщение: RE: logical replication restrictions
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Avoid redudant initialization and possible memory leak (src/backend/parser/parse_relation.c)