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

Lines changed: 2 additions & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy