- Notifications
You must be signed in to change notification settings - Fork37
Simplified enums#33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Changes from1 commit
cf03ee2a731c20cf9313b8f6b8a4ec7605ebc28551File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -159,7 +159,7 @@ ext_conf = "shared_preload_libraries = 'postgres_fdw'" | ||
| with testgres.get_new_node().init() as master: | ||
| # ... do something ... | ||
| # reset main config file | ||
| master.default_conf(fsync=True, | ||
| allow_streaming=True) | ||
| @@ -174,7 +174,7 @@ the configuration file, which means that they should be called before `append_co | ||
| ## Authors | ||
| [Ildar Musin](https://github.com/zilder) <i.musin(at)postgrespro.ru> Postgres Professional Ltd., Russia | ||
| ||
| [Dmitry Ivanov](https://github.com/funbringer) <d.ivanov(at)postgrespro.ru> Postgres Professional Ltd., Russia | ||
| [Ildus Kurbangaliev](https://github.com/ildus) <i.kurbangaliev(at)postgrespro.ru> Postgres Professional Ltd., Russia | ||
| [Yury Zhuravlev](https://github.com/stalkerg) <stalkerg(at)gmail.com> | ||