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

Commitefb36d2

Browse files
committed
any_ordering_op()'s argument should be declared Oid not int.
1 parentcb00b7f commitefb36d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/backend/parser/parse_oper.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/parser/parse_oper.c,v 1.33 1999/11/22 17:56:21 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/parser/parse_oper.c,v 1.34 1999/12/12 20:51:29 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -36,7 +36,7 @@ static int unary_oper_get_candidates(char *op,
3636
staticvoidop_error(char*op,Oidarg1,Oidarg2);
3737

3838
Oid
39-
any_ordering_op(intrestype)
39+
any_ordering_op(Oidrestype)
4040
{
4141
Operatororder_op;
4242
Oidorder_opid;

‎src/include/parser/parse_oper.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: parse_oper.h,v 1.9 1999/08/23 23:48:38 tgl Exp $
9+
* $Id: parse_oper.h,v 1.10 1999/12/12 20:51:28 tgl Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -17,7 +17,7 @@
1717

1818
typedefHeapTupleOperator;
1919

20-
externOidany_ordering_op(intrestype);
20+
externOidany_ordering_op(Oidrestype);
2121
externOidoprid(Operatorop);
2222
externOperatoroper(char*op,Oidarg1,Oidarg2,boolnoWarnings);
2323
externOperatorright_oper(char*op,Oidarg);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp