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

Commitc5173fc

Browse files
author
Thomas G. Lockhart
committed
Rename "TYPE" parser keyword token from P_TYPE to TYPE_P to conform
to changes in parser.
1 parentd8e2606 commitc5173fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/tcop/utility.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.25 1997/09/29 05:59:16 vadim Exp $
12+
* $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.26 1997/10/25 05:34:07 thomas Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -369,7 +369,7 @@ ProcessUtility(Node *parsetree,
369369
DefineOperator(stmt->defname,/* operator name */
370370
stmt->definition);/* rest */
371371
break;
372-
caseP_TYPE:
372+
caseTYPE_P:
373373
{
374374
DefineType(stmt->defname,stmt->definition);
375375
}
@@ -490,7 +490,7 @@ ProcessUtility(Node *parsetree,
490490
RemoveRewriteRule(rulename);
491491
}
492492
break;
493-
caseP_TYPE:
493+
caseTYPE_P:
494494
#ifndefNO_SECURITY
495495
/* XXX moved to remove.c */
496496
#endif

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp