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

Commitdc36bce

Browse files
committed
pass allow_streaming to default_conf()
1 parent4899aea commitdc36bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎testgres/testgres.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ def init(self, allow_streaming=False, fsync=False, initdb_params=[]):
495495
_cached_initdb(self.data_dir,initdb_log,initdb_params)
496496

497497
# initialize default config files
498-
self.default_conf(fsync=fsync)
498+
self.default_conf(allow_streaming=allow_streaming,fsync=fsync)
499499

500500
returnself
501501

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp