Remove excessive trailing semicolons

From: Richard Guo <guofenglinux(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Remove excessive trailing semicolons
Date: 2024-03-29 09:14:30
Message-ID: CAMbWs4_fnJ0+yOgFioswzLE7t6R8P6cqbuacFVeZqbESFAjs1A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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
Richard

Attachment Content-Type Size
v1-0001-Remove-excessive-trailing-semicolons.patch application/octet-stream 1.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Corey Huinker 2024-03-29 09:32:40 Re: Statistics Import and Export
Previous Message Amit Kapila 2024-03-29 09:05:22 Re: Synchronizing slots from primary to standby