Record SET session in VariableSetStmt - Mailing list pgsql-hackers

From Drouvot, Bertrand
Subject Record SET session in VariableSetStmt
Date
Msg-id 0a1cb77a-5b1c-d81c-4178-8e89c4d5988b@gmail.com
Whole thread Raw
Responses Re: Record SET session in VariableSetStmt  (Julien Rouhaud <rjuju123@gmail.com>)
List pgsql-hackers
Hi hackers,

"SET local" is currently recorded in VariableSetStmt (with the boolean 
is_local) but "SET session" is not.

Please find attached a patch proposal to also record "SET session" so 
that VariableSetStmt records all the cases.

Remark: Recording "SET session" will also help for the Jumbling work 
being done in [1].

[1]: 
https://www.postgresql.org/message-id/66be1104-164f-dcb8-6c43-f03a68a139a7%40gmail.com

Looking forward to your feedback,

Regards,

-- 
Bertrand Drouvot
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com
Attachment

pgsql-hackers by date:

Previous
From: "kuroda.hayato@fujitsu.com"
Date:
Subject: RE: Perform streaming logical transactions by background workers and parallel apply
Next
From: Julien Rouhaud
Date:
Subject: Re: Record SET session in VariableSetStmt