Skip to content

Add custom session parameters option#13

Open
mgornikov wants to merge 3 commits into
grayhemp:masterfrom
cit-consulting:master
Open

Add custom session parameters option#13
mgornikov wants to merge 3 commits into
grayhemp:masterfrom
cit-consulting:master

Conversation

@mgornikov

Copy link
Copy Markdown

Useful for e.g. resource consumption configuration.
Example:

./pgcompact --dbname pgbench --session-param vacuum_cost_delay=10

…ariables like "vacuum_cost_delay", for mange resource consumption
@grayhemp

Copy link
Copy Markdown
Owner

@mgornikov thanks for the patch.

Comment thread fatpack/pgcompact Outdated
'statement_timeout' => '\'0\''
};

my $ops_session_params = $options->get(name => 'session-param');

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Let's call it $custom_session_params, please.

@mgornikov

Copy link
Copy Markdown
Author

Done!

@vladimirfx

vladimirfx commented Sep 30, 2016

Copy link
Copy Markdown

Clarify please, when this request will be merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants