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

Move all inlined compatible wrappers into header file#57

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

maksm90
Copy link
Collaborator

Current implementation segregated compatible inline function wrappers into separate .c file that prevented inlining of these functions into caller points in other modules. In current patch all these fuctions are moved to header filecompat.h so that inlining works.

Resolve#45

Previous implementation segregated compatible inline function wrappersinto separate .c file that prevented inlining of these functions intocaller points in other modules. In current patch all these fuctions with`static inline` specification have been moved to header file compat.h.This emulates behavior of macro expanding in case when compiler performsinlining.Resolvepostgrespro#45
@maksm90maksm90force-pushed theinline_compat_functions branch frombe05cc6 to8ac2e6aCompareAugust 22, 2022 06:11
@shinderukshinderuk merged commit72f0e96 intopostgrespro:masterAug 31, 2022
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Inline functions in compat.c are not inlined
2 participants
@maksm90@shinderuk

[8]ページ先頭

©2009-2025 Movatter.jp