OSDN Git Service

Make regression test for textporter work fine on PostgreSQL 12 or later.
authorFujii Masao <fujii@postgresql.org>
Tue, 4 Feb 2020 10:12:39 +0000 (19:12 +0900)
committerFujii Masao <fujii@postgresql.org>
Tue, 4 Feb 2020 10:12:39 +0000 (19:12 +0900)
commite95ad85086f6490d35ebda7778dba119c0a2b811
tree269f738372a19b6e6b3017cb959f1c66f4dd1b15
parentf8bf1035f2d27af1924f71cfbde134955fd0bcaf
Make regression test for textporter work fine on PostgreSQL 12 or later.

Previously the regression test for textporter failed when it ran on
PostgreSQL 12 or later. The cause of this issue is that commit d8594d1
in PostgreSQL changed the outputs of textporter regression test results.
This leads the existing expected file that depends on PostgreSQL 11
or before not to match with the output of regression test on 12,
and then caused the regression test to fail.

To fix the above issue, this commit adds textporter_1.source as
a variant comparison file, which contains the expected output of
textporter regression test on 12 or later.

Author: Torikoshi Atsushi
Reviewed-by: Fujii Masao
Discussion: https://osdn.net/projects/ludiafuncs/lists/archive/hackers/2020-February/000040.html
expected/.gitignore
output/textporter_1.source [new file with mode: 0644]