diff options
Diffstat (limited to 'src/test/subscription/t/017_stream_ddl.pl')
-rw-r--r-- | src/test/subscription/t/017_stream_ddl.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/subscription/t/017_stream_ddl.pl b/src/test/subscription/t/017_stream_ddl.pl index 2fbd643e988..626676a383b 100644 --- a/src/test/subscription/t/017_stream_ddl.pl +++ b/src/test/subscription/t/017_stream_ddl.pl @@ -2,6 +2,9 @@ # Copyright (c) 2021-2023, PostgreSQL Global Development Group # Test streaming of large transaction with DDL and subtransactions +# +# This file is mainly to test the DDL/DML interaction of the publisher side, +# so we didn't add a parallel apply version for the tests in this file. use strict; use warnings; use PostgreSQL::Test::Cluster; |