postgres_fdw: Split out the query_cancel test to its own file
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 22 Jul 2024 10:49:57 +0000 (12:49 +0200)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 22 Jul 2024 10:49:57 +0000 (12:49 +0200)
commitd329a515f490202635443a0a79e974a5019f65a4
tree1d4a1eaa62df48ed7d7062b3fb227007e0ce4354
parent9ac6995d6b1f11eefbf69b61bc4378b814d46dec
postgres_fdw: Split out the query_cancel test to its own file

This allows us to skip it in Cygwin, where it's reportedly flaky because
of platform bugs or something.

Backpatch to 17, where the test was introduced by commit 2466d6654f85.

Reported-by: Alexander Lakhin <exclusion@gmail.com>
Discussion: https://postgr.es/m/e4d0cb33-6be5-e4d5-ae49-9eac3ff2b005@gmail.com
contrib/postgres_fdw/Makefile
contrib/postgres_fdw/expected/postgres_fdw.out
contrib/postgres_fdw/expected/query_cancel.out [new file with mode: 0644]
contrib/postgres_fdw/expected/query_cancel_1.out [new file with mode: 0644]
contrib/postgres_fdw/meson.build
contrib/postgres_fdw/sql/postgres_fdw.sql
contrib/postgres_fdw/sql/query_cancel.sql [new file with mode: 0644]