Skip to content

Commit 2f2e24d

Browse files
committed
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 dec8ad3 did. Reviewed by Thomas Munro. Discussion: https://postgr.es/m/39945.1650895508@sss.pgh.pa.us
1 parent 901a9d5 commit 2f2e24d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/recovery/t/027_stream_regress.pl

+2-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@
100100
command_ok(
101101
[
102102
'pg_dumpall', '-f', $outputdir . '/primary.dump',
103-
'--no-sync', '-p', $node_primary->port
103+
'--no-sync', '-p', $node_primary->port,
104+
'--no-unlogged-table-data' # if unlogged, standby has schema only
104105
],
105106
'dump primary server');
106107
command_ok(

0 commit comments

Comments
 (0)