Index: src/backend/commands/command.c =================================================================== RCS file: /var/lib/cvs/pgsql/src/backend/commands/command.c,v retrieving revision 1.174 diff -c -r1.174 command.c *** src/backend/commands/command.c 12 Apr 2002 20:38:20 -0000 1.174 --- src/backend/commands/command.c 13 Apr 2002 18:46:26 -0000 *************** *** 1707,1713 **** * Create the toast table and its index */ sprintf(toast_relname, "pg_toast_%u", relOid); ! sprintf(toast_idxname, "pg_toast_%u_idx", relOid); /* this is pretty painful... need a tuple descriptor */ tupdesc = CreateTemplateTupleDesc(3); --- 1707,1713 ---- * Create the toast table and its index */ sprintf(toast_relname, "pg_toast_%u", relOid); ! sprintf(toast_idxname, "pg_toast_%u_index", relOid); /* this is pretty painful... need a tuple descriptor */ tupdesc = CreateTemplateTupleDesc(3);