Skip to content

Commit 7b16781

Browse files
committed
Fix trivial typo.
1 parent 6a3d396 commit 7b16781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/logical/logicalfuncs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ pg_logical_slot_peek_binary_changes(PG_FUNCTION_ARGS)
386386

387387

388388
/*
389-
* SQL function for writing logical decding message into WAL.
389+
* SQL function for writing logical decoding message into WAL.
390390
*/
391391
Datum
392392
pg_logical_emit_message_bytea(PG_FUNCTION_ARGS)

0 commit comments

Comments
 (0)