Test: add test for COPY FROM STDIN hang.
authorTatsuo Ishii <ishii@postgresql.org>
Tue, 12 Nov 2024 09:36:08 +0000 (18:36 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Tue, 12 Nov 2024 09:47:45 +0000 (18:47 +0900)
commit8a75761f268b56fe91f0a334ec7183730840d2b9
treebe0a8a7d83db76df66372f28ad1538f479dc9085
parent7a2e13dcefd5d5834029bb872348eedcebdc1d67
Test: add test for COPY FROM STDIN hang.

This is a follow up commit for commit:
ab091663b09ef8c2d0a1841921597948c597444e

Add test case using pgproto to existing 076.copy_hang.
Backpatch-through: v4.1
src/test/regression/tests/076.copy_hang/pgproto.data [new file with mode: 0644]
src/test/regression/tests/076.copy_hang/test.sh