We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2860041 commit db14700Copy full SHA for db14700
src/backend/commands/indexcmds.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/commands/indexcmds.c,v 1.82 2002/08/15 02:53:35 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/commands/indexcmds.c,v 1.83 2002/08/15 03:04:07 momjian Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -482,9 +482,6 @@ GetDefaultOpClass(Oid attrType, Oid accessMethodId)
482
Oid exactOid = InvalidOid;
483
Oid compatibleOid = InvalidOid;
484
485
- /* It could be a domain */
486
- attrType = getBaseType(attrType);
487
-
488
/*
489
* We scan through all the opclasses available for the access method,
490
* looking for one that is marked default and matches the target type
0 commit comments