Re: Portal->commandTag as an enum - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Portal->commandTag as an enum
Date
Msg-id 20200316214158.GA12425@alvherre.pgsql
Whole thread Raw
In response to Re: Portal->commandTag as an enum  (Mark Dilger <mark.dilger@enterprisedb.com>)
List pgsql-hackers
On 2020-Mar-04, Mark Dilger wrote:

> 
> 
> > On Mar 2, 2020, at 1:57 PM, Alvaro Herrera <alvherre@2ndquadrant.com> wrote:
> > 
> > I pushed it now.
> 
> Thanks again!  While rebasing some other work on top, I noticed one of your comments is out of date:
> 
> --- a/src/include/tcop/cmdtaglist.h
> +++ b/src/include/tcop/cmdtaglist.h
> @@ -23,7 +23,7 @@
>   * textual name, so that we can bsearch on it; see GetCommandTagEnum().
>   */
>  
> -/* symbol name, textual name, event_trigger_ok, table_rewrite_ok, rowcount, last_oid */
> +/* symbol name, textual name, event_trigger_ok, table_rewrite_ok, rowcount */

Oops.  Pushed, thanks.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Berserk Autovacuum (let's save next Mandrill)
Next
From: Justin Pryzby
Date:
Subject: Re: pg_ls_tmpdir to show directories and shared filesets (andpg_ls_*)