Skip to content

Commit b260c18

Browse files
committed
Remove obsolete comment.
1 parent 207f6ed commit b260c18

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/backend/parser/parse_coerce.c

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/parser/parse_coerce.c,v 2.50 2000/11/17 19:57:47 petere Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/parser/parse_coerce.c,v 2.51 2000/12/15 18:02:47 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -174,7 +174,6 @@ coerce_type(ParseState *pstate, Node *node, Oid inputTypeId,
174174
* This uses the same mechanism as the CAST() SQL construct in gram.y.
175175
* We should also check the function return type on candidate conversion
176176
* routines just to be safe but we do not do that yet...
177-
* We need to have a zero-filled OID array here, otherwise the cache lookup fails.
178177
* - thomas 1998-03-31
179178
*/
180179
bool
@@ -448,14 +447,6 @@ TypeCategory(Oid inType)
448447
result = STRING_TYPE;
449448
break;
450449

451-
/*
452-
* Kluge added 4/8/00 by tgl: treat the new BIT types as
453-
* strings, so that 'unknown' || 'unknown' continues to
454-
* resolve as textcat rather than generating an
455-
* ambiguous-operator error. Probably BIT types should have
456-
* their own type category, or maybe they should be numeric?
457-
* Need a better way of handling unknown types first.
458-
*/
459450
case (ZPBITOID):
460451
case (VARBITOID):
461452
result = BITSTRING_TYPE;

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