postgresql/src/backend/replication/logical
Peter Eisentraut 368c38dd47 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
2025-09-11 12:03:15 +02:00
..
applyparallelworker.c Use PqMsg_* macros in applyparallelworker.c. 2025-08-25 14:11:01 -05:00
conflict.c Message wording improvements 2025-08-25 23:15:24 +02:00
decode.c Fix xmin advancement during fast_forward decoding. 2025-04-28 11:35:54 +05:30
launcher.c Add max_retention_duration option to subscriptions. 2025-09-02 03:20:18 +00:00
logical.c Standardize LSN formatting by zero padding 2025-07-07 13:57:43 +02:00
logicalfuncs.c Raise an error while trying to acquire an invalid slot. 2025-01-31 10:27:35 +05:30
Makefile Log the conflicts while applying changes in logical replication. 2024-08-20 08:35:11 +05:30
meson.build Update copyright for 2025 2025-01-01 11:21:55 -05:00
message.c Remove unnecessary (char *) casts [xlog] 2025-02-13 10:57:07 +01:00
origin.c Standardize LSN formatting by zero padding 2025-07-07 13:57:43 +02:00
proto.c Fix varatt versus Datum type confusions 2025-08-05 12:11:36 +02:00
relation.c Improve various new-to-v18 appendStringInfo calls 2025-04-11 10:07:22 +12:00
reorderbuffer.c Fix use-after-free with INSERT ON CONFLICT changes in reorderbuffer.c 2025-08-02 17:08:45 +09:00
slotsync.c Remove stray semicolon at global scope 2025-09-11 12:03:15 +02:00
snapbuild.c Revert logical snapshot filename format change in SnapBuildSnapshotExists(). 2025-08-14 12:33:14 +09:00
tablesync.c Post-commit review fixes for 228c370868. 2025-09-08 06:10:15 +00:00
worker.c Replace callers of dynahash.h's my_log() by equivalent in pg_bitutils.h 2025-09-10 11:20:46 +09:00