Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2f2e24d

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/regresssuite, like commitdec8ad3 did.Reviewed by Thomas Munro.Discussion:https://postgr.es/m/39945.1650895508@sss.pgh.pa.us
1 parent901a9d5 commit2f2e24d

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)

[8]ページ先頭

©2009-2025 Movatter.jp