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
7684b6fb
Commit
7684b6fb
authored
Nov 17, 2020
by
Alvaro Herrera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
indexcmds.c: reorder function prototypes
... out of an overabundance of neatnikism, perhaps.
parent
a034f8b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
src/backend/commands/indexcmds.c
src/backend/commands/indexcmds.c
+3
-4
No files found.
src/backend/commands/indexcmds.c
View file @
7684b6fb
...
...
@@ -68,6 +68,7 @@
/* non-export function prototypes */
static
bool
CompareOpclassOptions
(
Datum
*
opts1
,
Datum
*
opts2
,
int
natts
);
static
void
CheckPredicate
(
Expr
*
predicate
);
static
void
ComputeIndexAttrs
(
IndexInfo
*
indexInfo
,
Oid
*
typeOidP
,
...
...
@@ -87,13 +88,11 @@ static char *ChooseIndexNameAddition(List *colnames);
static
List
*
ChooseIndexColumnNames
(
List
*
indexElems
);
static
void
RangeVarCallbackForReindexIndex
(
const
RangeVar
*
relation
,
Oid
relId
,
Oid
oldRelId
,
void
*
arg
);
static
bool
ReindexRelationConcurrently
(
Oid
relationOid
,
int
options
);
static
void
reindex_error_callback
(
void
*
args
);
static
void
ReindexPartitions
(
Oid
relid
,
int
options
,
bool
isTopLevel
);
static
void
ReindexMultipleInternal
(
List
*
relids
,
int
options
);
static
void
reindex_error_callback
(
void
*
arg
s
);
static
bool
ReindexRelationConcurrently
(
Oid
relationOid
,
int
option
s
);
static
void
update_relispartition
(
Oid
relationId
,
bool
newval
);
static
bool
CompareOpclassOptions
(
Datum
*
opts1
,
Datum
*
opts2
,
int
natts
);
/*
* callback argument type for RangeVarCallbackForReindexIndex()
...
...
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