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

From David Rowley
Subject Re: Get rid of the excess semicolon in planner.c
Date
Msg-id CAApHDvrf3RH8jm-V5m-nY0c6q8AfbFLOXNi7=fMqE__ymiNHsQ@mail.gmail.com
Whole thread Raw
In response to Get rid of the excess semicolon in planner.c  (Richard Guo <guofenglinux@gmail.com>)
Responses Re: Get rid of the excess semicolon in planner.c
List pgsql-hackers
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.

David



pgsql-hackers by date:

Previous
From: Jacob Champion
Date:
Subject: Re: sslinfo extension - add notbefore and notafter timestamps
Next
From: Tom Lane
Date:
Subject: Improving contrib/tablefunc's error reporting