Thread: pgsql: Clarify old comment about qual_is_pushdown_safe's handling ofsu

pgsql: Clarify old comment about qual_is_pushdown_safe's handling ofsu

From
Tom Lane
Date:
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/801386af62eac84c13feec5a643c120cf0ce33bd

Modified Files
--------------
src/backend/optimizer/path/allpaths.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)