Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5a64cb7

Browse files
committed
Fix s/pluggins/plugins/ typo in two comments.
Michael Paquier
1 parent9c4b55d commit5a64cb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/backend/replication/logical/logicalfuncs.c

Lines changed: 1 addition & 1 deletion
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 outputpluggin writes textual output if that's
397+
* Check whether the outputplugin writes textual output if that's
398398
* what we need.
399399
*/
400400
if (!binary&&

‎src/include/catalog/objectaccess.h

Lines changed: 1 addition & 1 deletion
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 loggingpluggins.
16+
* infrastructure for security or loggingplugins.
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)

[8]ページ先頭

©2009-2025 Movatter.jp