Remove superfluous trailing semicolons
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Fri, 29 Mar 2024 22:51:43 +0000 (23:51 +0100)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Fri, 29 Mar 2024 22:51:43 +0000 (23:51 +0100)
commita96a8b15fa4e00b78ac7dd7f37ff7f871aa248f6
treef0121d89fe610f6ecb51605ad92441d723fb086c
parent46a44dc372033da9bd8b9840711e560c9d73e768
Remove superfluous trailing semicolons

Two semicolons were accidentally added to rows which were already
terminated semicolons.  While harmless, fix by removing these.

Author: Richard Guo <guofenglinux@gmail.com>
Discussion: https://postgr.es/m/CAMbWs4_fnJ0+yOgFioswzLE7t6R8P6cqbuacFVeZqbESFAjs1A@mail.gmail.com
src/include/lib/radixtree.h
src/test/modules/test_tidstore/test_tidstore.c