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
22b370e6
Commit
22b370e6
authored
Aug 11, 1998
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup.
parent
85c165cd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/include/utils/lsyscache.h
src/include/utils/lsyscache.h
+2
-2
No files found.
src/include/utils/lsyscache.h
View file @
22b370e6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
*
*
* Copyright (c) 1994, Regents of the University of California
* Copyright (c) 1994, Regents of the University of California
*
*
* $Id: lsyscache.h,v 1.1
2 1998/08/04 16:44:31
momjian Exp $
* $Id: lsyscache.h,v 1.1
3 1998/08/11 05:09:30
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
#include <access/attnum.h>
#include <access/attnum.h>
#include <access/htup.h>
#include <access/htup.h>
extern
bool
op_class
(
Oid
op
id
,
int32
opclass
,
Oid
amopid
);
extern
bool
op_class
(
Oid
op
no
,
int32
opclass
,
Oid
amopid
);
extern
char
*
get_attname
(
Oid
relid
,
AttrNumber
attnum
);
extern
char
*
get_attname
(
Oid
relid
,
AttrNumber
attnum
);
extern
AttrNumber
get_attnum
(
Oid
relid
,
char
*
attname
);
extern
AttrNumber
get_attnum
(
Oid
relid
,
char
*
attname
);
extern
Oid
get_atttype
(
Oid
relid
,
AttrNumber
attnum
);
extern
Oid
get_atttype
(
Oid
relid
,
AttrNumber
attnum
);
...
...
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