Re: Get rid of the excess semicolon in planner.c - Mailing list pgsql-hackers

From Richard Guo
Subject Re: Get rid of the excess semicolon in planner.c
Date
Msg-id CAMbWs4820Y5BCNrZ=OdEXft6g24GbaG2gUfvNyD38P7+JnsW4A@mail.gmail.com
Whole thread Raw
In response to Re: Get rid of the excess semicolon in planner.c  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-hackers

On Wed, Mar 6, 2024 at 6:00 AM David Rowley <dgrowleyml@gmail.com> wrote:
On Wed, 6 Mar 2024 at 00:43, Richard Guo <guofenglinux@gmail.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

pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: [PoC] Improve dead tuple storage for lazy vacuum
Next
From: Bharath Rupireddy
Date:
Subject: Re: Add new error_action COPY ON_ERROR "log"