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 xact support: bugfix#12

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

CherkashinSergey
Copy link
Collaborator

Fixed package rollback and package HTAB naming.

@codecov-io
Copy link

Codecov Report

Merging#12 intomaster willincrease coverage by<.01%.
The diff coverage is100%.

Impacted file tree graph

@@            Coverage Diff             @@##           master      #12      +/-   ##==========================================+ Coverage   94.28%   94.29%   +<.01%==========================================  Files           4        4                Lines         875      876       +1     ==========================================+ Hits          825      826       +1  Misses         50       50
Impacted FilesCoverage Δ
pg_variables.c94.33% <100%> (ø)⬆️

Continue to review full report at Codecov.

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

@@ -1260,7 +1260,7 @@ makePackHTAB(Package *package, bool is_trans)
ALLOCSET_DEFAULT_SIZES);

snprintf(hash_name, BUFSIZ, "%s variables hash for package \"%s\"",
is_trans ? "Transactional" : "Regular",key);
is_trans ? "Transactional" : "Regular",package->transObject.name);
Copy link
Contributor

Choose a reason for hiding this comment

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

Тут можно использовать макрос GetName().

Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

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

Вообще да. Я уже и забыл про наличие макросов =)
Закоммитить? Или сам?

Copy link
Contributor

Choose a reason for hiding this comment

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

Закоммитил

@za-arthurza-arthur merged commitea94f56 intopostgrespro:masterAug 6, 2018
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@za-arthurza-arthurza-arthur left review comments

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
@CherkashinSergey@codecov-io@za-arthur

[8]ページ先頭

©2009-2025 Movatter.jp