diff options
author | Andres Freund <andres@anarazel.de> | 2014-09-01 12:01:29 +0200 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2014-09-01 12:01:29 +0200 |
commit | 5a64cb740dc7de868a1395a53778686c0a72f6a7 (patch) | |
tree | b5afbfcf40762f881b7c52ff3941cc4a240d8d75 /src/backend/replication/logical/logicalfuncs.c | |
parent | 9c4b55db1dc901dc184b1b3ab9cca3f2089ec311 (diff) | |
download | postgresql-5a64cb740dc7de868a1395a53778686c0a72f6a7.tar.gz postgresql-5a64cb740dc7de868a1395a53778686c0a72f6a7.zip |
Fix s/pluggins/plugins/ typo in two comments.
Michael Paquier
Diffstat (limited to 'src/backend/replication/logical/logicalfuncs.c')
-rw-r--r-- | src/backend/replication/logical/logicalfuncs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/logicalfuncs.c b/src/backend/replication/logical/logicalfuncs.c index a3a58e6a49c..9692f98b55e 100644 --- a/src/backend/replication/logical/logicalfuncs.c +++ b/src/backend/replication/logical/logicalfuncs.c @@ -394,7 +394,7 @@ pg_logical_slot_get_changes_guts(FunctionCallInfo fcinfo, bool confirm, bool bin MemoryContextSwitchTo(oldcontext); /* - * Check whether the output pluggin writes textual output if that's + * Check whether the output plugin writes textual output if that's * what we need. */ if (!binary && |