We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
2 parentsb54b0dd +ec52e0a commit90399a9Copy full SHA for 90399a9
patches/runtime_explain_11.0.patch
@@ -209,10 +209,9 @@ index 16a80a0ea1..b12906b005 100644
209
210
/* count the number of source rows */
211
-total = mtstate->mt_plans[0]->instrument->ntuples;
212
--other_path = mtstate->ps.instrument->ntuples2;
+other_path = mtstate->ps.instrument->ntuples2;
213
-insert_path = total - other_path;
214
-+other_path = mtstate->ps.instrument->nfiltered2;
215
-+
+
216
+/*
217
+ * Insert occurs after extracting row from subplan and in runtime mode
218
+ * we can appear between these two operations - situation when
@@ -227,7 +226,7 @@ index 16a80a0ea1..b12906b005 100644
227
226
+insert_path = total - other_path;
228
+ExplainPropertyFloat("Tuples Inserted", NULL, insert_path, 0, es);
229
+}
230
-
++
231
-ExplainPropertyFloat("Tuples Inserted", NULL,
232
- insert_path, 0, es);
233
ExplainPropertyFloat("Conflicting Tuples", NULL,
patches/runtime_explain_12.0.patch
@@ -222,10 +222,9 @@ index 92969636b75..fab4267a2c1 100644
222
223
224
225
@@ -240,7 +239,7 @@ index 92969636b75..fab4267a2c1 100644
240
239
241
242
243
244
245
246
patches/runtime_explain_13.0.patch
@@ -219,10 +219,9 @@ index 20708db9f12..866948bd0c1 100644
219
220
221
@@ -237,7 +236,7 @@ index 20708db9f12..866948bd0c1 100644
237
236
238
patches/runtime_explain_14.0.patch
@@ -219,10 +219,9 @@ index 10644dfac4..7106ed4257 100644
-total = outerPlanState(mtstate)->instrument->ntuples;
@@ -237,7 +236,7 @@ index 10644dfac4..7106ed4257 100644
patches/runtime_explain_15.0.patch
patches/runtime_explain_16.0.patch
@@ -219,10 +219,9 @@ index 6c2e5c8a4f..74be3944d1 100644
@@ -237,7 +236,7 @@ index 6c2e5c8a4f..74be3944d1 100644