1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

Cleaned up a spurious '-' ...

Pointed out by: ernst.molitor@uni-bonn.de
This commit is contained in:
Marc G. Fournier
1996-09-10 06:23:46 +00:00
parent 28fad34c7b
commit 1ba34d91fc

View File

@ -14,7 +14,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/cluster.c,v 1.3 1996/08/26 06:30:19 scrappy Exp $ * $Header: /cvsroot/pgsql/src/backend/commands/cluster.c,v 1.4 1996/09/10 06:23:46 scrappy Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
@ -316,7 +316,7 @@ copy_index(Oid OIDOldIndex, Oid OIDNewHeap)
index_create((NewHeap->rd_rel->relname).data, index_create((NewHeap->rd_rel->relname).data,
NewIndexName, NewIndexName,
finfo, finfo,
- NULL, /* type info is in the old index */ NULL, /* type info is in the old index */
Old_pg_index_relation_Form->relam, Old_pg_index_relation_Form->relam,
natts, natts,
Old_pg_index_Form->indkey, Old_pg_index_Form->indkey,