Re: Get rid of the excess semicolon in planner.c

From: Richard Guo <guofenglinux(at)gmail(dot)com>
To: David Rowley <dgrowleyml(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Get rid of the excess semicolon in planner.c
Date: 2024-03-07 07:14:09
Message-ID: CAMbWs4820Y5BCNrZ=OdEXft6g24GbaG2gUfvNyD38P7+JnsW4A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Mar 6, 2024 at 6:00 AM David Rowley <dgrowleyml(at)gmail(dot)com> wrote:

> On Wed, 6 Mar 2024 at 00:43, Richard Guo <guofenglinux(at)gmail(dot)com> wrote:
> >
> > I think this is a typo introduced in 0452b461b.
> >
> > + root->processed_groupClause = list_copy(parse->groupClause);;
>
> "git grep -E ";;$" -- *.c *.h" tell me it's the only one.
>
> Pushed.

Thanks for checking and pushing.

Thanks
Richard

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2024-03-07 07:18:12 Re: Add new error_action COPY ON_ERROR "log"
Previous Message Masahiko Sawada 2024-03-07 07:13:50 Re: [PoC] Improve dead tuple storage for lazy vacuum