pgsql: Fix contrib/seg regression test in v11. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix contrib/seg regression test in v11.
Date
Msg-id E1lqdAx-0003Uc-2N@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: libpq: Fix SNI host handling
Next
From: Tom Lane
Date:
Subject: pgsql: Don't crash on empty statements in SQL-standard function bodies.