mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Fix s/pluggins/plugins/ typo in two comments.
Michael Paquier
This commit is contained in:
parent
9c4b55db1d
commit
5a64cb740d
@ -394,7 +394,7 @@ pg_logical_slot_get_changes_guts(FunctionCallInfo fcinfo, bool confirm, bool bin
|
|||||||
MemoryContextSwitchTo(oldcontext);
|
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.
|
* what we need.
|
||||||
*/
|
*/
|
||||||
if (!binary &&
|
if (!binary &&
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
/*
|
/*
|
||||||
* Object access hooks are intended to be called just before or just after
|
* Object access hooks are intended to be called just before or just after
|
||||||
* performing certain actions on a SQL object. This is intended as
|
* performing certain actions on a SQL object. This is intended as
|
||||||
* infrastructure for security or logging pluggins.
|
* infrastructure for security or logging plugins.
|
||||||
*
|
*
|
||||||
* OAT_POST_CREATE should be invoked just after the object is created.
|
* OAT_POST_CREATE should be invoked just after the object is created.
|
||||||
* Typically, this is done after inserting the primary catalog records and
|
* Typically, this is done after inserting the primary catalog records and
|
||||||
|
Loading…
Reference in New Issue
Block a user