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

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Richard Guo <guofenglinux(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-05 22:00:10
Message-ID: CAApHDvrf3RH8jm-V5m-nY0c6q8AfbFLOXNi7=fMqE__ymiNHsQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

David

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2024-03-05 22:04:55 Improving contrib/tablefunc's error reporting
Previous Message Jacob Champion 2024-03-05 21:54:09 Re: sslinfo extension - add notbefore and notafter timestamps