Re: Remove excessive trailing semicolons

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Richard Guo <guofenglinux(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Remove excessive trailing semicolons
Date: 2024-03-29 23:14:19
Message-ID: B96ED581-A3D7-4436-891C-74546411DF2D@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 29 Mar 2024, at 10:14, Richard Guo <guofenglinux(at)gmail(dot)com> wrote:

> Noticed some newly introduced excessive trailing semicolons:
>
> $ git grep -E ";;$" -- *.c *.h
> src/include/lib/radixtree.h: int deletepos = slot - n4->children;;
> src/test/modules/test_tidstore/test_tidstore.c: BlockNumber prevblkno = 0;;
>
> Here is a trivial patch to remove them.

Thanks, applied!

--
Daniel Gustafsson

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2024-03-29 23:20:33 Re: Security lessons from liblzma
Previous Message Daniel Gustafsson 2024-03-29 23:14:11 Re: Security lessons from liblzma