Skip to content

Commit 88ab4b2

Browse files
authored
Update README.md
1 parent 8b40272 commit 88ab4b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ ext_conf = "shared_preload_libraries = 'postgres_fdw'\n"
149149

150150
with testgres.get_new_node('master') as master:
151151
master.default_conf(fsync=True,
152-
unix_sockets=False,
153-
allow_streaming=True,
154-
log_statement='all')
152+
unix_sockets=False,
153+
allow_streaming=True,
154+
log_statement='all')
155155
master.append_conf('postgresql.conf', ext_conf)
156156
```
157157

0 commit comments

Comments
 (0)