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 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/368c38dd47c209fa95d2df855d62bcde386f3037 Modified Files -------------- src/backend/replication/logical/slotsync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
