]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Rewrite some regression queries for option checks with COPY
authorMichael Paquier <michael@paquier.xyz>
Wed, 16 Oct 2024 22:21:43 +0000 (07:21 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 16 Oct 2024 22:21:43 +0000 (07:21 +0900)
commita34297926c9fec113eadf49f6429729bd5ab991a
treed48d8529033f0a4aa799201528c6f6b0d5a79c1c
parent25d639eea04300e8bc7bc8258a07e19b13dfb1f3
Rewrite some regression queries for option checks with COPY

Some queries in copy2 are there to check various option combinations,
and used "stdin" or "stdout" incompatible with the COPY TO or FROM
clauses combined with them, which was confusing.  This commit rewrites
these queries to use a compatible grammar.

The coverage of the tests is unchanged.  Like the original commit
451d1164b9d0, backpatch down to 16 where these have been introduced.  A
follow-up commit will rely on this area of the tests for a bug fix.

Author: Joel Jacobson
Reviewed-by: Zhang Mingli
Discussion: https://postgr.es/m/65030d1d-5f90-4fa4-92eb-f5f50389858e@app.fastmail.com
Backpatch-through: 16
src/test/regress/expected/copy2.out
src/test/regress/sql/copy2.sql