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

Add **kwargs to append_conf()#48

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

Merged

Conversation

funbringer
Copy link
Collaborator

This would allow us to do the following:

from testgres import get_new_nodenode = testgres.get_new_node(port=5432).init().start()node.append_conf(fsync=False, random_page_cost=1.5)

@funbringerfunbringer requested review fromzilder andildusJune 5, 2018 11:22
self.host,
self.port)) # yapf: disable
# common replication settings
if allow_streaming or allow_logical:
Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Had to fix settings according tothis page.

@funbringerfunbringer changed the titleAdd**kwargs to append_conf()Add **kwargs to append_conf()Jun 5, 2018
@codecov-io
Copy link

codecov-io commentedJun 5, 2018
edited
Loading

Codecov Report

Merging#48 intomaster willincrease coverage by0.14%.
The diff coverage is100%.

Impacted file tree graph

@@            Coverage Diff             @@##           master      #48      +/-   ##==========================================+ Coverage   97.02%   97.17%   +0.14%==========================================  Files          17       17                Lines        1547     1556       +9     ==========================================+ Hits         1501     1512      +11+ Misses         46       44       -2
Impacted FilesCoverage Δ
testgres/consts.py100% <100%> (ø)⬆️
tests/test_simple.py99.81% <100%> (+0.37%)⬆️
testgres/node.py97.05% <100%> (+0.05%)⬆️
testgres/backup.py96.96% <100%> (ø)⬆️

Continue to review full report at Codecov.

Legend -Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered byCodecov. Last update24a8f1a...e461f59. Read thecomment docs.

@funbringerfunbringer merged commit66ca763 intopostgrespro:masterJun 5, 2018
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@ildusildusildus approved these changes

@zilderzilderAwaiting requested review from zilder

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@funbringer@codecov-io@ildus

[8]ページ先頭

©2009-2025 Movatter.jp