diff options
author | Amit Kapila <akapila@postgresql.org> | 2021-12-01 12:51:37 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2021-12-01 12:51:37 +0530 |
commit | 41e66fee051619ab84828814554f73556a958850 (patch) | |
tree | bb4b402b0b68fa402db5b1afd07a6a82bc8f85be /src/backend/access/transam/xlog.c | |
parent | eb7828f54a44843a64a23d0891d7eb6018c0749e (diff) | |
download | postgresql-41e66fee051619ab84828814554f73556a958850.tar.gz postgresql-41e66fee051619ab84828814554f73556a958850.zip |
Fix regression test failure caused by commit 8d74fc96db.
The tests didn't considered that an error unrelated to apply changes, e.g.
"replication origin with OID %d is already active ...", could occur on the
table sync worker before starting to copy changes.
To make the test robust we instead need to check the expected error and
the source of error which will be either tablesync or apply worker.
In passing remove the harmless option "streaming = off" from Create
Subscription command as that is anyway the default.
Per buildfarm member sidewinder.
Author: Masahiko Sawada
Reviewed-by: Hou Zhijie, Vignesh C, Amit Kapila
Discussion: https://postgr.es/m/CAD21AoDeScrsHhLyEPYqN3sydg6PxAPVBboK=30xJfUVihNZDA@mail.gmail.com
Discussion: https://postgr.es/m/E1mrtvV-0002Gz-73@gemulon.postgresql.org
Diffstat (limited to 'src/backend/access/transam/xlog.c')
0 files changed, 0 insertions, 0 deletions