From: | Alexander Korotkov <akorotkov(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Strengthen tests for 5ef34a8fc3 |
Date: | 2024-01-08 13:10:07 |
Message-ID: | E1rMpOJ-000T16-5J@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/bea18b1c949145ba2ca79d4765dba3cc9494a480
Modified Files
--------------
src/test/regress/expected/join.out | 1 +
src/test/regress/sql/join.sql | 1 +
2 files changed, 2 insertions(+)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2024-01-08 16:48:49 | pgsql: Allow examine_simple_variable() to work on INSERT RETURNING Vars |
Previous Message | Tom Lane | 2024-01-07 20:20:03 | pgsql: Fix integer-overflow problem in intarray's g_int_decompress(). |