/* ----------------------------------------------------------------
* ExecBitmapHeapEstimate
*
- * estimates the space required to serialize bitmap scan node.
+ * Compute the amount of space we'll need in the parallel
+ * query DSM, and inform pcxt->estimator about our needs.
* ----------------------------------------------------------------
*/
void
/* ----------------------------------------------------------------
* ExecIndexOnlyScanEstimate
*
- * estimates the space required to serialize index-only scan node.
+ * Compute the amount of space we'll need in the parallel
+ * query DSM, and inform pcxt->estimator about our needs.
* ----------------------------------------------------------------
*/
void
/* ----------------------------------------------------------------
* ExecIndexScanEstimate
*
- * estimates the space required to serialize indexscan node.
+ * Compute the amount of space we'll need in the parallel
+ * query DSM, and inform pcxt->estimator about our needs.
* ----------------------------------------------------------------
*/
void
/* ----------------------------------------------------------------
* ExecSeqScanEstimate
*
- * estimates the space required to serialize seqscan node.
+ * Compute the amount of space we'll need in the parallel
+ * query DSM, and inform pcxt->estimator about our needs.
* ----------------------------------------------------------------
*/
void