Thanks to visit codestin.com
Credit goes to github.com

Skip to content

PostgresNode_Base is added #222

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
PostgresNode is updated (documentation)
  • Loading branch information
dmitry-lipetsk committed Mar 17, 2025
commit 490130e4be5f2ef00b6f35e926e7acaaea3230bb
3 changes: 2 additions & 1 deletion testgres/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,9 @@ def __init__(self, name=None, base_dir=None, port=None, conn_params: ConnectionP

Args:
name: node's application name.
port: port to accept connections.
base_dir: path to node's data directory.
port: port to accept connections.
conn_params: parameters for selecting OS operations object.
bin_dir: path to node's binary directory.
"""

Expand Down