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
2c2b9838
Commit
2c2b9838
authored
Feb 26, 1998
by
Vadim B. Mikheev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
index_markpos()/index_restrpos are used now.
parent
a32450a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
src/backend/access/index/indexam.c
src/backend/access/index/indexam.c
+1
-7
No files found.
src/backend/access/index/indexam.c
View file @
2c2b9838
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/index/indexam.c,v 1.2
0 1998/01/31 04:38:06 momjian
Exp $
* $Header: /cvsroot/pgsql/src/backend/access/index/indexam.c,v 1.2
1 1998/02/26 12:07:10 vadim
Exp $
*
* INTERFACE ROUTINES
* index_open - open an index relation by relationId
...
...
@@ -271,7 +271,6 @@ index_endscan(IndexScanDesc scan)
RelationUnsetRIntentLock
(
scan
->
relation
);
}
#ifdef NOT_USED
/* ----------------
* index_markpos - mark a scan position
* ----------------
...
...
@@ -287,9 +286,6 @@ index_markpos(IndexScanDesc scan)
fmgr
(
procedure
,
scan
);
}
#endif
#ifdef NOT_USED
/* ----------------
* index_restrpos - restore a scan position
* ----------------
...
...
@@ -305,8 +301,6 @@ index_restrpos(IndexScanDesc scan)
fmgr
(
procedure
,
scan
);
}
#endif
/* ----------------
* index_getnext - get the next tuple from a scan
*
...
...
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