pgsql: Fix expected output of xml_2.out

2023-02-27 Thread Michael Paquier
Fix expected output of xml_2.out

Per buildfarm members snakefly, parula and prion, that reflect the
results coming from the latest versions of libxml2.

Oversight in b8da37b in the shape of an incorrect copy-paste.  The CI
was green, but it does not stress this expected output.

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/737668d9e320e452b4eeec6e5cec86284de67e0f

Modified Files
--
src/test/regress/expected/xml_2.out | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



pgsql: Fix expected output: the order of agg permission checks changed.

2020-11-24 Thread Heikki Linnakangas
Fix expected output: the order of agg permission checks changed.

Commit 0a2bc5d61e changed the order that permissions on the final and
transition functions of an aggregate are checked in. That shows up as a
difference in the order the LOG messages in this sepgsql regression test
are printed. Adjust the expected output.

Per buildfarm failure in rhinoceros.

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/8818ad5b1557d42cd58e5196fac7084a2389bdad

Modified Files
--
contrib/sepgsql/expected/misc.out | 8 
1 file changed, 4 insertions(+), 4 deletions(-)



pgsql: Fix expected output

2018-02-19 Thread Alvaro Herrera
Fix expected output

Branch
--
master

Details
---
https://git.postgresql.org/pg/commitdiff/4108a28d3a02c4226b0f558cf00738e00e8ea2a1

Modified Files
--
src/test/regress/expected/indexing.out | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)