projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a3d396
)
Fix trivial typo.
author
Andres Freund
Thu, 14 Apr 2016 00:47:41 +0000
(17:47 -0700)
committer
Andres Freund
Fri, 15 Apr 2016 02:25:16 +0000
(19:25 -0700)
src/backend/replication/logical/logicalfuncs.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/logical/logicalfuncs.c
b/src/backend/replication/logical/logicalfuncs.c
index 69d20003a664406ffbec6933b935b38973bade66..84b4d573e77e90efe978863fd2534afe22ba5347 100644
(file)
--- a/
src/backend/replication/logical/logicalfuncs.c
+++ b/
src/backend/replication/logical/logicalfuncs.c
@@
-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 dec
o
ding message into WAL.
*/
Datum
pg_logical_emit_message_bytea(PG_FUNCTION_ARGS)