Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5a64cb7

Browse files
committed
Fix s/pluggins/plugins/ typo in two comments.
Michael Paquier
1 parent 9c4b55d commit 5a64cb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backend/replication/logical/logicalfuncs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ pg_logical_slot_get_changes_guts(FunctionCallInfo fcinfo, bool confirm, bool bin
394394
MemoryContextSwitchTo(oldcontext);
395395

396396
/*
397-
* Check whether the output pluggin writes textual output if that's
397+
* Check whether the output plugin writes textual output if that's
398398
* what we need.
399399
*/
400400
if (!binary &&

src/include/catalog/objectaccess.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/*
1414
* Object access hooks are intended to be called just before or just after
1515
* performing certain actions on a SQL object. This is intended as
16-
* infrastructure for security or logging pluggins.
16+
* infrastructure for security or logging plugins.
1717
*
1818
* OAT_POST_CREATE should be invoked just after the object is created.
1919
* Typically, this is done after inserting the primary catalog records and

0 commit comments

Comments
 (0)