pgsql: Remove stray semicolon at global scope

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove stray semicolon at global scope
Date: 2025-09-11 10:13:21
Message-ID: E1uweIr-000ANj-0B@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove stray semicolon at global scope

The Sun Studio compiler complains about an empty declaration here.

Note for future historians: This does not mean that this compiler is
still of current interest for anyone using PostgreSQL. But we can let
this small fix be its parting gift.

Reviewed-by: Andres Freund <andres(at)anarazel(dot)de>
Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://www.postgresql.org/message-id/flat/a0f817ee-fb86-483a-8a14-b6f7f5991b6e%40eisentraut.org

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/591aeb5068ae580fec423bd142641585d12d9537

Modified Files
--------------
src/backend/replication/logical/slotsync.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Christoph Berg 2025-09-11 11:36:14 Re: pgsql: Introduce pg_shmem_allocations_numa view
Previous Message Amit Kapila 2025-09-11 09:44:44 pgsql: Fix intermittent test failure introduced in 6456c6e2c4.