Strengthen tests for 5ef34a8fc3
authorAlexander Korotkov <akorotkov@postgresql.org>
Mon, 8 Jan 2024 13:00:42 +0000 (15:00 +0200)
committerAlexander Korotkov <akorotkov@postgresql.org>
Mon, 8 Jan 2024 13:00:42 +0000 (15:00 +0200)
commitbea18b1c949145ba2ca79d4765dba3cc9494a480
tree0ad016a871ac1f4f55778dc07ce1ff101c5bb250
parent9034a2d5123498104ef1e515c0b56d70d98d0ce2
Strengthen tests for 5ef34a8fc3

The test query in 5ef34a8fc3 is running over the empty emp1 table giving the
same (empty) return both with and without the fix.  Add one row to that table
to make not just the test query plan, but also the test query result different.

Reported-by: Richard Guo
Bug: #18261
Discussion: https://postgr.es/m/CAMbWs49igjcszLgicb4D1N21_5iNDoxheJ7KFmAcs_z%3DLx6jhg%40mail.gmail.com
src/test/regress/expected/join.out
src/test/regress/sql/join.sql