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
ad6ca0c3
Commit
ad6ca0c3
authored
Nov 08, 1996
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Another patch to quiet the compiler from D'Arcy
parent
2768f391
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/backend/catalog/heap.c
src/backend/catalog/heap.c
+4
-4
No files found.
src/backend/catalog/heap.c
View file @
ad6ca0c3
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
*
*
*
*
* IDENTIFICATION
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.
6 1996/11/06 07:31:19
scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/catalog/heap.c,v 1.
7 1996/11/08 00:59:10
scrappy Exp $
*
*
* INTERFACE ROUTINES
* INTERFACE ROUTINES
* heap_creatr() - Create an uncataloged heap relation
* heap_creatr() - Create an uncataloged heap relation
...
@@ -824,14 +824,14 @@ heap_create(char relname[],
...
@@ -824,14 +824,14 @@ heap_create(char relname[],
* old comments
* old comments
* Except for vital relations, removes relation from
* Except for vital relations, removes relation from
* relation catalog, and related attributes from
* relation catalog, and related attributes from
* attribute catalog (needed?). (Anything else?
??
)
* attribute catalog (needed?). (Anything else?)
*
*
* get proper relation from relation catalog (if not arg)
* get proper relation from relation catalog (if not arg)
* check if relation is vital (strcmp()/reltype?
??
)
* check if relation is vital (strcmp()/reltype?)
* scan attribute catalog deleting attributes of reldesc
* scan attribute catalog deleting attributes of reldesc
* (necessary?)
* (necessary?)
* delete relation from relation catalog
* delete relation from relation catalog
* (How are the tuples of the relation discarded?
??
)
* (How are the tuples of the relation discarded?)
*
*
* XXX Must fix to work with indexes.
* XXX Must fix to work with indexes.
* There may be a better order for doing things.
* There may be a better order for doing things.
...
...
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