summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurjeet Singh2010-06-02 02:52:34 +0000
committerGurjeet Singh2010-06-02 02:53:40 +0000
commit7277f1afbb54136843b1ccf6cfb0ada5b631ba55 (patch)
treea8ee79434143c1374e868847a58b5215f889d281
parent1a65ad111ceb9276e50c35160916c5248fbf099b (diff)
fixed a bug that rendered the plugin unusable.HEADmaster
-rw-r--r--index_adviser/index_adviser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/index_adviser/index_adviser.c b/index_adviser/index_adviser.c
index 7951898..fe9988e 100644
--- a/index_adviser/index_adviser.c
+++ b/index_adviser/index_adviser.c
@@ -2209,7 +2209,7 @@ create_virtual_indexes( List* candidates )
cand->idxoid = index_create( cand->reloid, idx_name,
InvalidOid, indexInfo, BTREE_AM_OID,
InvalidOid, op_class, NULL, (Datum)0,
- false, false, false, true, true );
+ false, false, false, true, false );
elog( DEBUG1, "IND ADV: virtual index created: oid=%d name=%s size=%d",
cand->idxoid, idx_name, cand->pages );