pgsql: Fix contrib/seg regression test in v11.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix contrib/seg regression test in v11.
Date: 2021-06-08 14:57:55
Message-ID: E1lqdAx-0003Uc-2N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix contrib/seg regression test in v11.

In 20e36c6d2, I neglected to update seg_1.out (which doesn't
exist in newer branches).

Per buildfarm, via Andrew Dunstan.

Discussion: https://postgr.es/m/7611b36f-7d57-5234-ad68-7d25a81e0f13@dunslane.net

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9c3844bbcad96179b2f0ffb34e87e762f116d303

Modified Files
--------------
contrib/seg/expected/seg_1.out | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-06-08 15:59:40 pgsql: Don't crash on empty statements in SQL-standard function bodies.
Previous Message Peter Eisentraut 2021-06-08 14:01:43 pgsql: libpq: Fix SNI host handling