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

Commit58c2276

Browse files
committed
Fix compile failures for FRS composite tyhpe patch until Joe can fix it.
1 parentd7859a9 commit58c2276

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

‎src/backend/catalog/pg_proc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/catalog/pg_proc.c,v 1.83 2002/08/0419:48:09 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/catalog/pg_proc.c,v 1.84 2002/08/0420:00:15 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -318,7 +318,7 @@ ProcedureCreate(const char *procedureName,
318318
* type he claims.
319319
*/
320320
staticvoid
321-
checkretval(Oidrettype,List*queryTreeList)
321+
checkretval(Oidrettype,charfn_typtype/* XXX FIX ME */,List*queryTreeList)
322322
{
323323
Query*parse;
324324
intcmd;

‎src/backend/nodes/equalfuncs.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Portions Copyright (c) 1994, Regents of the University of California
2121
*
2222
* IDENTIFICATION
23-
* $Header: /cvsroot/pgsql/src/backend/nodes/equalfuncs.c,v 1.147 2002/08/0419:48:09 momjian Exp $
23+
* $Header: /cvsroot/pgsql/src/backend/nodes/equalfuncs.c,v 1.148 2002/08/0420:00:15 momjian Exp $
2424
*
2525
*-------------------------------------------------------------------------
2626
*/
@@ -1607,9 +1607,10 @@ _equalRangeVar(RangeVar *a, RangeVar *b)
16071607
return false;
16081608
if (!equal(a->alias,b->alias))
16091609
return false;
1610+
/* FIX ME XXX
16101611
if (!equal(a->coldeflist, b->coldeflist))
16111612
return false;
1612-
1613+
*/
16131614
return true;
16141615
}
16151616

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp