[Groonga-commit] pgroonga/pgroonga at 3051337 [master] Fix build error

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jun 10 23:37:06 JST 2016


Kouhei Sutou	2016-06-10 23:37:06 +0900 (Fri, 10 Jun 2016)

  New Revision: 3051337d4bcb9edf835a905145db523fa97127f8
  https://github.com/pgroonga/pgroonga/commit/3051337d4bcb9edf835a905145db523fa97127f8

  Message:
    Fix build error

  Modified files:
    src/pgroonga.c

  Modified: src/pgroonga.c (+2 -2)
===================================================================
--- src/pgroonga.c    2016-06-10 23:13:29 +0900 (6d73357)
+++ src/pgroonga.c    2016-06-10 23:37:06 +0900 (2197586)
@@ -3947,8 +3947,8 @@ pgroonga_costestimate_raw(PlannerInfo *root,
 {
 	PGrnCostEstimateUpdateSelectivity(path);
 	*indexSelectivity = clauselist_selectivity(root,
-											   path->indexinfo->indexquals,
-											   index->rel->relid,
+											   path->indexquals,
+											   path->indexinfo->rel->relid,
 											   JOIN_INNER,
 											   NULL);
 
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index