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

Commit740b8d8

Browse files
committed
small fixes in README.md
1 parent6905320 commit740b8d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,11 @@ with testgres.get_new_node().init() as master:
161161
# ... do something ...
162162

163163
# reset main config file
164-
master.default_conf(fsync=True,
164+
master.default_conf(fsync=True,
165165
allow_streaming=True)
166166

167167
# add a new config line
168-
master.append_conf('postgresql.conf', ext_conf)
168+
master.append_conf('postgresql.conf', ext_conf)
169169
```
170170

171171
Note that`default_conf()` is called by`init()` function; both of them overwrite

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp