[MASSMAIL]Remove excessive trailing semicolons - Mailing list pgsql-hackers

From Richard Guo
Subject [MASSMAIL]Remove excessive trailing semicolons
Date
Msg-id CAMbWs4_fnJ0+yOgFioswzLE7t6R8P6cqbuacFVeZqbESFAjs1A@mail.gmail.com
Whole thread Raw
Responses Re: Remove excessive trailing semicolons
List 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

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Synchronizing slots from primary to standby
Next
From: Corey Huinker
Date:
Subject: Re: Statistics Import and Export