Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
5a64cb74
Commit
5a64cb74
authored
Sep 01, 2014
by
Andres Freund
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix s/pluggins/plugins/ typo in two comments.
Michael Paquier
parent
9c4b55db
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/backend/replication/logical/logicalfuncs.c
src/backend/replication/logical/logicalfuncs.c
+1
-1
src/include/catalog/objectaccess.h
src/include/catalog/objectaccess.h
+1
-1
No files found.
src/backend/replication/logical/logicalfuncs.c
View file @
5a64cb74
...
@@ -394,7 +394,7 @@ pg_logical_slot_get_changes_guts(FunctionCallInfo fcinfo, bool confirm, bool bin
...
@@ -394,7 +394,7 @@ pg_logical_slot_get_changes_guts(FunctionCallInfo fcinfo, bool confirm, bool bin
MemoryContextSwitchTo
(
oldcontext
);
MemoryContextSwitchTo
(
oldcontext
);
/*
/*
* Check whether the output plug
g
in 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
&&
...
...
src/include/catalog/objectaccess.h
View file @
5a64cb74
...
@@ -13,7 +13,7 @@
...
@@ -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 plug
g
ins.
* 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment