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

Using MODULES for building .so instead of MODULE_big.#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
afiskon merged 1 commit intopostgrespro:masterfromarssher:master
Jul 27, 2017

Conversation

arssher
Copy link
Contributor

This is fix of my previous commit1443ae0.

PGXS supports two ways of building shared libraries: building an so for each
module specified in MODULES and building one big so named MODULE_big for all
modules specified in OBJS. Previously this extension used the latter, but also
specified MODULES variable for no reason, which is pretty strange. Since
extension contains just one module, it is sane to use the former. I have removed
OBJS variable, but forgot to remove MODULE_big in my previous commit, which
broke the build, since an empty so was assembled. This commit fixes the issue.

Besides, PG_CONFIG var is now consulted for path to pg_config, which allows to
build extension without pg_config in the PATH.

This is fix of my previous commit1443ae0.PGXS supports two ways of building shared libraries: building an so for eachmodule specified in MODULES and building one big so named MODULE_big for allmodules specified in OBJS. Previously this extension used the latter, but alsospecified MODULES variable for no reason, which is pretty strange. Sinceextension contains just one module, it is sane to use the former. I have removedOBJS variable, but forgot to remove MODULE_big in my previous commit, whichbroke the build, since an empty so was assembled. This commit fixes the issue.Besides, PG_CONFIG var is now consulted for path to pg_config, which allows tobuild extension without pg_config in the PATH.
@afiskonafiskon merged commit26471d8 intopostgrespro:masterJul 27, 2017
@afiskon
Copy link
Collaborator

Looks good to me. Thanks!

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.

2 participants
@arssher@afiskon

[8]ページ先頭

©2009-2025 Movatter.jp