Remove stray semicolon at global scope
authorPeter Eisentraut <[email protected]>
Thu, 11 Sep 2025 09:55:29 +0000 (11:55 +0200)
committerPeter Eisentraut <[email protected]>
Thu, 11 Sep 2025 10:03:15 +0000 (12:03 +0200)
commit368c38dd47c209fa95d2df855d62bcde386f3037
tree14b4e5bb7709f3ab79a3a8c7cbe3f7c976b69c90
parent01d793698f5921547a7b5e1e003722c17f552574
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 <[email protected]>
Reviewed-by: Tom Lane <[email protected]>
Discussion: https://www.postgresql.org/message-id/flat/a0f817ee-fb86-483a-8a14-b6f7f5991b6e%40eisentraut.org
src/backend/replication/logical/slotsync.c