Re: Fix issuing of multiple command completions per command - Mailing list pgsql-patches

From Tom Lane
Subject Re: Fix issuing of multiple command completions per command
Date
Msg-id 5307.1014837085@sss.pgh.pa.us
Whole thread Raw
In response to Re: Fix issuing of multiple command completions per command  (Fernando Nasser <fnasser@redhat.com>)
List pgsql-patches
Fernando Nasser <fnasser@redhat.com> writes:
> It seems a small change though.  I believe I can safely let
> pg_exec_query_string do all the EndCommand() calls.  I would just
> have to add your suggested change to get the CommandInfo as well.
> Let me know if you want me to try that.

I have already committed changes to call EndCommand from
pg_exec_query_string, and am currently working on cleaning up
BeginCommand as well.  By the end of the day, both BeginCommand and
EndCommand will be called once per received query (raw parse tree).

BeginCommand doesn't actually do anything in this formulation
(all its functions have been pushed into DestReceiver setup routines)
but it seems appropriate to have it for symmetry.  Somebody might want
it someday.

            regards, tom lane

pgsql-patches by date:

Previous
From: Fernando Nasser
Date:
Subject: Re: Fix issuing of multiple command completions per command
Next
From: Bruce Momjian
Date:
Subject: Re: FW: [HACKERS] decode() function for PostgreSQL