mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
Use --no-unlogged-table-data in t/027_stream_regress.pl.
This removes the need to drop unlogged relations in the src/test/regress
suite, like commit dec8ad367e did.
Reviewed by Thomas Munro.
Discussion: https://postgr.es/m/39945.1650895508@sss.pgh.pa.us
This commit is contained in:
parent
901a9d5301
commit
2f2e24d90c
|
|
@ -100,7 +100,8 @@ $node_primary->wait_for_catchup($node_standby_1, 'replay',
|
||||||
command_ok(
|
command_ok(
|
||||||
[
|
[
|
||||||
'pg_dumpall', '-f', $outputdir . '/primary.dump',
|
'pg_dumpall', '-f', $outputdir . '/primary.dump',
|
||||||
'--no-sync', '-p', $node_primary->port
|
'--no-sync', '-p', $node_primary->port,
|
||||||
|
'--no-unlogged-table-data' # if unlogged, standby has schema only
|
||||||
],
|
],
|
||||||
'dump primary server');
|
'dump primary server');
|
||||||
command_ok(
|
command_ok(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user