- Notifications
You must be signed in to change notification settings - Fork86
Pbckp 153#500
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
Pbckp 153#500
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…directory (-X, --waldir=WALDIR)
…iles for the tests.option.OptionTest.test_help_1 and help_6
src/pg_probackup.c Outdated
@@ -122,6 +122,7 @@ static parray *datname_include_list = NULL; | |||
/* arrays for --exclude-path's */ | |||
static parray *exclude_absolute_paths_list = NULL; | |||
static parray *exclude_relative_paths_list = NULL; | |||
static char* waldir_path = NULL; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
@VictorSpirin в качестве пожелания: переименовать глобальную переменную относительно так же называющихся параметров функции. иначе неочевидно где что используется. например во что-нибудь некрасивое типа g_waldir_path, чтобы остался зуд убрать переменную из глобального скоупа.
No description provided.