Skip to content

Commit 1ba34d9

Browse files
committed
Cleaned up a spurious '-' ...
Pointed out by: ernst.molitor@uni-bonn.de
1 parent 28fad34 commit 1ba34d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/commands/cluster.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
*
1616
* IDENTIFICATION
17-
* $Header: /cvsroot/pgsql/src/backend/commands/cluster.c,v 1.3 1996/08/26 06:30:19 scrappy Exp $
17+
* $Header: /cvsroot/pgsql/src/backend/commands/cluster.c,v 1.4 1996/09/10 06:23:46 scrappy Exp $
1818
*
1919
*-------------------------------------------------------------------------
2020
*/
@@ -316,7 +316,7 @@ copy_index(Oid OIDOldIndex, Oid OIDNewHeap)
316316
index_create((NewHeap->rd_rel->relname).data,
317317
NewIndexName,
318318
finfo,
319-
- NULL, /* type info is in the old index */
319+
NULL, /* type info is in the old index */
320320
Old_pg_index_relation_Form->relam,
321321
natts,
322322
Old_pg_index_Form->indkey,

0 commit comments

Comments
 (0)