Skip to content

Commit c5173fc

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 parent d8e2606 commit c5173fc

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-
case P_TYPE:
372+
case TYPE_P:
373373
{
374374
DefineType(stmt->defname, stmt->definition);
375375
}
@@ -490,7 +490,7 @@ ProcessUtility(Node *parsetree,
490490
RemoveRewriteRule(rulename);
491491
}
492492
break;
493-
case P_TYPE:
493+
case TYPE_P:
494494
#ifndef NO_SECURITY
495495
/* XXX moved to remove.c */
496496
#endif

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy