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 checking enable-nls option in configure#501

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
dlepikhova merged 3 commits intoREL_2_5fromenable_nls_check
Aug 3, 2022

Conversation

dlepikhova
Copy link
Contributor

For correct work test_help_6 we need skip this test if PostgreSQL configured without --enable-nls

…p_6 we need skip this test if PostgreSQL configured without --enable-nls
@dlepikhovadlepikhova requested a review fromavanessJune 22, 2022 13:23
@@ -101,6 +101,19 @@ def is_enterprise():
else:
return False

def enable_nls():
Copy link
Contributor

@avanessavanessJun 28, 2022
edited
Loading

Choose a reason for hiding this comment

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

please rename to check_enable_nls() or something like this

Comment on lines 112 to 115
if b'enable-nls' in p.communicate()[0]:
return True
else:
return False
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why not

Suggested change
ifb'enable-nls'inp.communicate()[0]:
returnTrue
else:
returnFalse
returnb'enable-nls'inp.communicate()[0]

?

@dlepikhovadlepikhova changed the base branch fromrelease_2_5_7 toREL_2_5August 3, 2022 13:54
@dlepikhovadlepikhova added this to the2.5.7 milestoneAug 3, 2022
@dlepikhovadlepikhova merged commit786ccf0 intoREL_2_5Aug 3, 2022
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@funny-falconfunny-falconfunny-falcon left review comments

@avanessavanessavaness approved these changes

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

Successfully merging this pull request may close these issues.

3 participants
@dlepikhova@funny-falcon@avaness

[8]ページ先頭

©2009-2025 Movatter.jp