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
8ed36c3d
Commit
8ed36c3d
authored
Aug 11, 1998
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More op_class cleanup.
parent
22cc0e16
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/backend/utils/cache/lsyscache.c
src/backend/utils/cache/lsyscache.c
+2
-2
src/include/utils/lsyscache.h
src/include/utils/lsyscache.h
+2
-2
No files found.
src/backend/utils/cache/lsyscache.c
View file @
8ed36c3d
...
...
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/cache/lsyscache.c,v 1.1
6 1998/08/04 16:44:22
momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/cache/lsyscache.c,v 1.1
7 1998/08/11 14:32:01
momjian Exp $
*
* NOTES
* Eventually, the index information should go through here, too.
...
...
@@ -43,7 +43,7 @@
*
*/
bool
op_class
(
Oid
opno
,
int32
opclass
,
Oid
amopid
)
op_class
(
Oid
op
r
no
,
int32
opclass
,
Oid
amopid
)
{
FormData_pg_amop
amoptup
;
...
...
src/include/utils/lsyscache.h
View file @
8ed36c3d
...
...
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: lsyscache.h,v 1.1
3 1998/08/11 05:09:30
momjian Exp $
* $Id: lsyscache.h,v 1.1
4 1998/08/11 14:32:03
momjian Exp $
*
*-------------------------------------------------------------------------
*/
...
...
@@ -16,7 +16,7 @@
#include <access/attnum.h>
#include <access/htup.h>
extern
bool
op_class
(
Oid
opno
,
int32
opclass
,
Oid
amopid
);
extern
bool
op_class
(
Oid
op
r
no
,
int32
opclass
,
Oid
amopid
);
extern
char
*
get_attname
(
Oid
relid
,
AttrNumber
attnum
);
extern
AttrNumber
get_attnum
(
Oid
relid
,
char
*
attname
);
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