Remove useless flag PVC_INCLUDE_CONVERTROWTYPES. This was introduced in the SJE patch (fc069a3a6), but it doesn't do anything because pull_var_clause() never tests it. Apparently it snuck in from somebody's private fork. Remove it again, but only in HEAD -- seems best to let it be in v18.
Author: Alexander Pyhalov <[email protected]> Reviewed-by: Tom Lane <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/cec5fe0d1e192b3b0005063011f113ac99f6908c Modified Files -------------- src/backend/optimizer/path/equivclass.c | 3 +-- src/include/optimizer/optimizer.h | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-)
