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
249ecff6
Commit
249ecff6
authored
Jul 12, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
indicies to indexes from Neil Conway
parent
bc26c83c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/backend/commands/cluster.c
src/backend/commands/cluster.c
+4
-4
No files found.
src/backend/commands/cluster.c
View file @
249ecff6
...
...
@@ -15,7 +15,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/cluster.c,v 1.6
6 2001/06/22 19:16:21 wieck
Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/cluster.c,v 1.6
7 2001/07/12 20:35:54 momjian
Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -45,13 +45,13 @@ static void rebuildheap(Oid OIDNewHeap, Oid OIDOldHeap, Oid OIDOldIndex);
* cluster
*
* STILL TO DO:
* Create a list of all the other ind
ici
es on this relation. Because
* Create a list of all the other ind
ex
es on this relation. Because
* the cluster will wreck all the tids, I'll need to destroy bogus
* ind
ici
es. The user will have to re-create them. Not nice, but
* ind
ex
es. The user will have to re-create them. Not nice, but
* I'm not a nice guy. The alternative is to try some kind of post
* destroy re-build. This may be possible. I'll check out what the
* index create functiond want in the way of paramaters. On the other
* hand, re-creating n ind
ici
es may blow out the space.
* hand, re-creating n ind
ex
es may blow out the space.
*/
void
cluster
(
char
*
oldrelname
,
char
*
oldindexname
)
...
...
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