pgsql: Remove stray semicolon at global scope - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove stray semicolon at global scope
Date
Msg-id E1uweIr-000ANj-0B@gemulon.postgresql.org
Whole thread Raw
List 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@anarazel.de>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.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(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Fix intermittent test failure introduced in 6456c6e2c4.
Next
From: Álvaro Herrera
Date:
Subject: pgsql: Fill testing gap for possible referential integrity violation