Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8ed36c3

Browse files
committed
More op_class cleanup.
1 parent22cc0e1 commit8ed36c3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/backend/utils/cache/lsyscache.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/cache/lsyscache.c,v 1.16 1998/08/04 16:44:22 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/cache/lsyscache.c,v 1.17 1998/08/11 14:32:01 momjian Exp $
1111
*
1212
* NOTES
1313
* Eventually, the index information should go through here, too.
@@ -43,7 +43,7 @@
4343
*
4444
*/
4545
bool
46-
op_class(Oidopno,int32opclass,Oidamopid)
46+
op_class(Oidoprno,int32opclass,Oidamopid)
4747
{
4848
FormData_pg_amopamoptup;
4949

‎src/include/utils/lsyscache.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: lsyscache.h,v 1.13 1998/08/1105:09:30 momjian Exp $
9+
* $Id: lsyscache.h,v 1.14 1998/08/1114:32:03 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -16,7 +16,7 @@
1616
#include<access/attnum.h>
1717
#include<access/htup.h>
1818

19-
externboolop_class(Oidopno,int32opclass,Oidamopid);
19+
externboolop_class(Oidoprno,int32opclass,Oidamopid);
2020
externchar*get_attname(Oidrelid,AttrNumberattnum);
2121
externAttrNumberget_attnum(Oidrelid,char*attname);
2222
externOidget_atttype(Oidrelid,AttrNumberattnum);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp