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 28fad34 commit 1ba34d9Copy full SHA for 1ba34d9
src/backend/commands/cluster.c
@@ -14,7 +14,7 @@
14
*
15
16
* IDENTIFICATION
17
- * $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 $
18
19
*-------------------------------------------------------------------------
20
*/
@@ -316,7 +316,7 @@ copy_index(Oid OIDOldIndex, Oid OIDNewHeap)
316
index_create((NewHeap->rd_rel->relname).data,
317
NewIndexName,
318
finfo,
319
-- NULL, /* type info is in the old index */
+ NULL, /* type info is in the old index */
320
Old_pg_index_relation_Form->relam,
321
natts,
322
Old_pg_index_Form->indkey,
0 commit comments