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
e01e66f8
Commit
e01e66f8
authored
May 02, 2012
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More duplicate word removal.
parent
f291ccd4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
contrib/sepgsql/selinux.c
contrib/sepgsql/selinux.c
+1
-1
src/backend/access/gist/gistget.c
src/backend/access/gist/gistget.c
+1
-1
src/include/catalog/objectaccess.h
src/include/catalog/objectaccess.h
+1
-1
src/pl/plpython/plpy_typeio.c
src/pl/plpython/plpy_typeio.c
+1
-1
No files found.
contrib/sepgsql/selinux.c
View file @
e01e66f8
...
...
@@ -830,7 +830,7 @@ sepgsql_compute_avd(const char *scontext,
* given security context.
*
* scontext: security context of the subject (mostly, peer process).
* tcontext: security context of the
the
upper database object.
* tcontext: security context of the upper database object.
* tclass: class code (SEPG_CLASS_*) of the new object in creation
*/
char
*
...
...
src/backend/access/gist/gistget.c
View file @
e01e66f8
...
...
@@ -258,7 +258,7 @@ gistScanPage(IndexScanDesc scan, GISTSearchItem *pageItem, double *myDistances,
/*
* Check if we need to follow the rightlink. We need to follow it if the
* page was concurrently split since we visited the parent (in which case
* parentlsn < nsn), or if the
the
system crashed after a page split but
* parentlsn < nsn), or if the system crashed after a page split but
* before the downlink was inserted into the parent.
*/
if
(
!
XLogRecPtrIsInvalid
(
pageItem
->
data
.
parentlsn
)
&&
...
...
src/include/catalog/objectaccess.h
View file @
e01e66f8
...
...
@@ -15,7 +15,7 @@
* performing certain actions on a SQL object. This is intended as
* infrastructure for security or logging pluggins.
*
* OAT_POST_CREATE should be invoked just after the
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
* associated dependencies.
*
...
...
src/pl/plpython/plpy_typeio.c
View file @
e01e66f8
...
...
@@ -267,7 +267,7 @@ PLy_output_record_funcs(PLyTypeInfo *arg, TupleDesc desc)
/*
* it should change is_rowtype to 1, so we won't go through this again
* unless the
the
output record description changes
* unless the output record description changes
*/
Assert
(
arg
->
is_rowtype
==
1
);
}
...
...
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