Re: Patch: to pass query string to pg_plan_query() - Mailing list pgsql-hackers

From legrand legrand
Subject Re: Patch: to pass query string to pg_plan_query()
Date
Msg-id 1585330072488-0.post@n3.nabble.com
Whole thread Raw
In response to Re: Patch: to pass query string to pg_plan_query()  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane-2 wrote
> Fujii Masao <

> masao.fujii@.nttdata

> > writes:
>> Does anyone object to this patch? I'm thinking to commit it separetely
>> at first before committing the planning_counter_in_pg_stat_statements
>> patch.
> 
> I took a quick look through v9-0001-Pass-query-string-to-the-planner.patch
> and it's fine by me.  It also matches up with something I've wanted to
> do for awhile, which is to make the query string available during
> planning and execution so that we can produce error cursors for
> run-time errors, when relevant.
> 
> [...]
> 
>             regards, tom lane


Great !
Good news ;o)

Regards
PAscal



--
Sent from: https://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html



pgsql-hackers by date:

Previous
From: legrand legrand
Date:
Subject: Re: Allow auto_explain to log plans before queries are executed
Next
From: Asif Rehman
Date:
Subject: Re: WIP/PoC for parallel backup