diff options
| author | Robert Haas | 2016-03-23 11:57:46 +0000 |
|---|---|---|
| committer | Robert Haas | 2016-03-23 11:57:46 +0000 |
| commit | 0336843939401dab8d8fbfe75e0631fea5d4c060 (patch) | |
| tree | f6dae5de5651a4a231044f56f7c860bc816dcf0a /src/include/access/amapi.h | |
| parent | b283096534b9c514a92a70c98c033015b6792ba7 (diff) | |
not all jointypes done - rest in theory isserial_cost
Diffstat (limited to 'src/include/access/amapi.h')
| -rw-r--r-- | src/include/access/amapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/access/amapi.h b/src/include/access/amapi.h index 35f1061b3a..908b0d11dc 100644 --- a/src/include/access/amapi.h +++ b/src/include/access/amapi.h @@ -65,6 +65,7 @@ typedef void (*amcostestimate_function) (struct PlannerInfo *root, double loop_count, Cost *indexStartupCost, Cost *indexTotalCost, + Cost *indexSerialCost, Selectivity *indexSelectivity, double *indexCorrelation); |
