mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Fix typos in comments and in one isolation test.
Dagfinn Ilmari Mannsåker, reviewed by Shubham Khanna. Some subtractions by me. Discussion: http://postgr.es/m/87le9fmi01.fsf@wibble.ilmari.org
This commit is contained in:
@ -1399,7 +1399,7 @@ SELECT * FROM ft2 ftupper WHERE
|
||||
AND ftupper.c1 > 900
|
||||
ORDER BY ftupper.c1 LIMIT 10;
|
||||
|
||||
-- EXISTS should be propogated to the highest upper inner join
|
||||
-- EXISTS should be propagated to the highest upper inner join
|
||||
EXPLAIN (verbose, costs off)
|
||||
SELECT ft2.*, ft4.* FROM ft2 INNER JOIN
|
||||
(SELECT * FROM ft4 WHERE EXISTS (
|
||||
|
Reference in New Issue
Block a user