pgsql: Clarify old comment about qual_is_pushdown_safe's handling ofsu - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Clarify old comment about qual_is_pushdown_safe's handling ofsu
Date
Msg-id E1eJu2r-0008DY-PV@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: Make memset() use sizeof() rather than re-compute size
Next
From: Robert Haas
Date:
Subject: pgsql: Update typedefs.list and re-run pgindent