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:46:14 +0000 (18:46 +0900)
commit2c9c23629d567c572b83cede0bc42a9877effeff
treeedcbaea0472fbabed67c6c4e381fcab8c0865be1
parentab091663b09ef8c2d0a1841921597948c597444e
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