]> granicus.if.org Git - postgresql/commitdiff
Fix trivial typo.
authorAndres Freund <andres@anarazel.de>
Thu, 14 Apr 2016 00:47:41 +0000 (17:47 -0700)
committerAndres Freund <andres@anarazel.de>
Fri, 15 Apr 2016 02:25:16 +0000 (19:25 -0700)
src/backend/replication/logical/logicalfuncs.c

index 69d20003a664406ffbec6933b935b38973bade66..84b4d573e77e90efe978863fd2534afe22ba5347 100644 (file)
@@ -386,7 +386,7 @@ pg_logical_slot_peek_binary_changes(PG_FUNCTION_ARGS)
 
 
 /*
- * SQL function for writing logical decding message into WAL.
+ * SQL function for writing logical decoding message into WAL.
  */
 Datum
 pg_logical_emit_message_bytea(PG_FUNCTION_ARGS)