Skip to content

Commit db14700

Browse files
committed
Backed out. It is part of a later patch.
1 parent 2860041 commit db14700

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/backend/commands/indexcmds.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/commands/indexcmds.c,v 1.82 2002/08/15 02:53:35 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/commands/indexcmds.c,v 1.83 2002/08/15 03:04:07 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -482,9 +482,6 @@ GetDefaultOpClass(Oid attrType, Oid accessMethodId)
482482
Oid exactOid = InvalidOid;
483483
Oid compatibleOid = InvalidOid;
484484

485-
/* It could be a domain */
486-
attrType = getBaseType(attrType);
487-
488485
/*
489486
* We scan through all the opclasses available for the access method,
490487
* looking for one that is marked default and matches the target type

0 commit comments

Comments
 (0)