Clarify old comment about qual_is_pushdown_safe's handling of subplans.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 801386af62eac84c13feec5a643c120cf0ce33bd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-11-29T04:32:17Z
Releases: 11.0
Clarify old comment about qual_is_pushdown_safe's handling of subplans.

This comment glossed over the difference between initplans and subplans,
but they are indeed different for our purposes here.

Files

PathChange+/−
src/backend/optimizer/path/allpaths.c modified +5 −3