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

Commitb260c18

Browse files
committed
Remove obsolete comment.
1 parent207f6ed commitb260c18

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:47petere Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/parser/parse_coerce.c,v 2.51 2000/12/15 18:02:47tgl 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)

[8]ページ先頭

©2009-2025 Movatter.jp