mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Fix typos in comments.
Backpatch to all supported versions, where applicable, to make backpatching of future fixes go more smoothly. Josh Soref Discussion: https://www.postgresql.org/message-id/CACZqfqCf+5qRztLPgmmosr-B0Ye4srWzzw_mo4c_8_B_mtjmJQ@mail.gmail.com
This commit is contained in:
@ -2053,7 +2053,7 @@ SELECT t1."C 1" FROM "S 1"."T 1" t1, LATERAL (SELECT DISTINCT t2.c1, t3.c1 FROM
|
||||
1
|
||||
(10 rows)
|
||||
|
||||
-- non-Var items in targelist of the nullable rel of a join preventing
|
||||
-- non-Var items in targetlist of the nullable rel of a join preventing
|
||||
-- push-down in some cases
|
||||
-- unable to push {ft1, ft2}
|
||||
EXPLAIN (VERBOSE, COSTS OFF)
|
||||
|
Reference in New Issue
Block a user