Re: Patch: to pass query string to pg_plan_query()

From: legrand legrand <legrand_legrand(at)hotmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Patch: to pass query string to pg_plan_query()
Date: 2020-03-27 17:27:52
Message-ID: 1585330072488-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane-2 wrote
> Fujii Masao &lt;

> masao(dot)fujii(at)(dot)nttdata

> &gt; 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Asif Rehman 2020-03-27 17:33:28 Re: WIP/PoC for parallel backup
Previous Message legrand legrand 2020-03-27 17:23:51 Re: Allow auto_explain to log plans before queries are executed