Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release on PGXN? #1

Closed
theory opened this issue Jan 10, 2014 · 8 comments
Closed

Release on PGXN? #1

theory opened this issue Jan 10, 2014 · 8 comments

Comments

@theory
Copy link
Contributor

theory commented Jan 10, 2014

Have you considered releasing this on PGXN?

@okbob
Copy link
Owner

okbob commented Jan 10, 2014

yes, I will do it. Just not enough free time

Regards

Pavel

2014/1/10 David E. Wheeler notifications@github.com

Have you considered releasing this https://manager.pgxn.org/howto on
PGXN http://pgxn.org/?


Reply to this email directly or view it on GitHubhttps://github.com//issues/1
.

@okbob
Copy link
Owner

okbob commented Dec 14, 2014

what is necessary for releasing on PGXN still?

@theory
Copy link
Contributor Author

theory commented Dec 14, 2014

Nothing, if you have an account. You can zip it all up and upload. Documentation would be ideal, things are better-indexed and easier to find with documentation. See the howto for the details.

@okbob
Copy link
Owner

okbob commented Dec 19, 2014

I pushed v0.9.3 to PGXN repository

@theory
Copy link
Contributor Author

theory commented Dec 20, 2014

Awesome, thanks!

@okbob
Copy link
Owner

okbob commented Dec 20, 2014

2014-12-20 19:18 GMT+01:00 David E. Wheeler notifications@github.com:

Awesome, thanks!

please, can you recheck it?

Pavel


Reply to this email directly or view it on GitHub
#1 (comment).

@theory
Copy link
Contributor Author

theory commented Dec 20, 2014

Looks good:

# pgxn install plpgsql_check
INFO: best version: plpgsql_check 0.9.3
INFO: saving /tmp/tmpzzqzW8/plpgsql_check-0.9.3.zip
INFO: unpacking: /tmp/tmpzzqzW8/plpgsql_check-0.9.3.zip
INFO: building extension
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv  -undefined dynamic_lookup -I/usr/local/pgsql/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -I. -I./ -I/usr/local/pgsql/include/server -I/usr/local/pgsql/include/internal -D_XOPEN_SOURCE -I/usr/local/include/libxml2  -I/usr/local/include  -c -o plpgsql_check.o plpgsql_check.c
clang: warning: argument unused during compilation: '-undefined dynamic_lookup'
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv  -undefined dynamic_lookup -I/usr/local/pgsql/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -bundle -multiply_defined suppress -o plpgsql_check.so plpgsql_check.o -L/usr/local/pgsql/lib -L/usr/local/lib  -L/usr/local/lib -Wl,-dead_strip_dylibs   -bundle_loader /usr/local/pgsql/bin/postgres
INFO: installing extension
/bin/sh /usr/local/pgsql/lib/pgxs/src/makefiles/../../config/install-sh -c -d '/usr/local/pgsql/lib'
/bin/sh /usr/local/pgsql/lib/pgxs/src/makefiles/../../config/install-sh -c -d '/usr/local/pgsql/share/extension'
/bin/sh /usr/local/pgsql/lib/pgxs/src/makefiles/../../config/install-sh -c -d '/usr/local/pgsql/share/extension'
/usr/bin/install -c -m 755  plpgsql_check.so '/usr/local/pgsql/lib/plpgsql_check.so'
/usr/bin/install -c -m 644 plpgsql_check.control '/usr/local/pgsql/share/extension/'
/usr/bin/install -c -m 644 plpgsql_check--0.9.sql '/usr/local/pgsql/share/extension/'

@okbob okbob closed this as completed Dec 20, 2014
@okbob
Copy link
Owner

okbob commented Dec 20, 2014

super

Thank you

Pavel

2014-12-20 19:23 GMT+01:00 David E. Wheeler notifications@github.com:

Looks good:

pgxn install plpgsql_check

INFO: best version: plpgsql_check 0.9.3
INFO: saving /tmp/tmpzzqzW8/plpgsql_check-0.9.3.zip
INFO: unpacking: /tmp/tmpzzqzW8/plpgsql_check-0.9.3.zip
INFO: building extension
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -undefined dynamic_lookup -I/usr/local/pgsql/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -I. -I./ -I/usr/local/pgsql/include/server -I/usr/local/pgsql/include/internal -D_XOPEN_SOURCE -I/usr/local/include/libxml2 -I/usr/local/include -c -o plpgsql_check.o plpgsql_check.c
clang: warning: argument unused during compilation: '-undefined dynamic_lookup'
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -undefined dynamic_lookup -I/usr/local/pgsql/lib/pgxs/src/makefiles/../../src/pl/plpgsql/src -bundle -multiply_defined suppress -o plpgsql_check.so plpgsql_check.o -L/usr/local/pgsql/lib -L/usr/local/lib -L/usr/local/lib -Wl,-dead_strip_dylibs -bundle_loader /usr/local/pgsql/bin/postgres
INFO: installing extension
/bin/sh /usr/local/pgsql/lib/pgxs/src/makefiles/../../config/install-sh -c -d '/usr/local/pgsql/lib'
/bin/sh /usr/local/pgsql/lib/pgxs/src/makefiles/../../config/install-sh -c -d '/usr/local/pgsql/share/extension'
/bin/sh /usr/local/pgsql/lib/pgxs/src/makefiles/../../config/install-sh -c -d '/usr/local/pgsql/share/extension'
/usr/bin/install -c -m 755 plpgsql_check.so '/usr/local/pgsql/lib/plpgsql_check.so'
/usr/bin/install -c -m 644 plpgsql_check.control '/usr/local/pgsql/share/extension/'
/usr/bin/install -c -m 644 plpgsql_check--0.9.sql '/usr/local/pgsql/share/extension/'


Reply to this email directly or view it on GitHub
#1 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants