Re: Query Jumbling for CALL and SET utility statements - Mailing list pgsql-hackers

From Imseih (AWS), Sami
Subject Re: Query Jumbling for CALL and SET utility statements
Date
Msg-id 7B7BB4D2-9FF8-4F91-8880-1E52655B2D3E@amazon.com
Whole thread Raw
In response to Re: Query Jumbling for CALL and SET utility statements  ("Drouvot, Bertrand" <bdrouvot@amazon.com>)
List 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 by date:

Previous
From: "kuroda.hayato@fujitsu.com"
Date:
Subject: RE: logical replication restrictions
Next
From: Alvaro Herrera
Date:
Subject: Re: Avoid redudant initialization and possible memory leak (src/backend/parser/parse_relation.c)