Re: Refactor parse analysis of EXECUTE command

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>
Subject: Re: Refactor parse analysis of EXECUTE command
Date: 2020-01-02 13:26:04
Message-ID: 157797156411.1198.12481542716268303559.pgcf@coridan.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The following review has been posted through the commitfest application:
make installcheck-world: tested, passed
Implements feature: not tested
Spec compliant: not tested
Documentation: not tested

This patch replaced query string by parse state on few places. It increase code consistency.

The new status of this patch is: Ready for Committer

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2020-01-02 13:37:41 Re: pgbench - use pg logging capabilities
Previous Message Kohei KaiGai 2020-01-02 13:05:48 Re: TRUNCATE on foreign tables