pgsql: Fix how SJE checks against PHVs

2023-11-10 Thread Alexander Korotkov
Fix how SJE checks against PHVs It seems that a PHV evaluated/needed at or below the self join should not have a problem if we remove the self join. But this requires further investigation. For now, we just do not remove self joins if the rel to be removed is laterally referenced by PHVs. Discus

pgsql: Fix whitespace

2023-11-10 Thread Peter Eisentraut
Fix whitespace Fix trailing whitespace from commit 322f55bdbd. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/eb81e8e7902f63c4d292638edc8b7e92b766a692 Modified Files -- doc/src/sgml/postgres.sgml | 36 ++-- 1 file changed