Code Monkey home page Code Monkey logo

pg_hexedit's People

Contributors

ardentperf avatar miles170 avatar nikolays avatar petergeoghegan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pg_hexedit's Issues

Add CI to pg_hexedit using cirrus-ci.org

When Travis CI support was dropped, we never replaced it with another free CI provider. That should happen at some point, and should test all Postgres branches for major versions that are under support by the Postgres community (just as it was back when Travis CI could still be used).

Presumably we'd want to use cirrus-ci.org for this, since that's what Postgres itself uses.

Installation issues on a modern Ubuntu 20.04, 18.04, etc (SOLVED)

On a clean Ubuntu 20.04, just installed Postgres 13 with additional packages, and got this:

$ make
cc -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -L/usr/lib/llvm-9/lib -Wl,--as-needed  -o pg_hexedit pg_hexedit.o -L/usr/lib/x86_64-linux-gnu -lpgport -lpgcommon
/usr/bin/ld: cannot find -lpgport
/usr/bin/ld: cannot find -lpgcommon
collect2: error: ld returned 1 exit status

Why: zalando/spilo#228 (comment)

Workaround (https://github.com/zalando/spilo/pull/229/files):

$ version=13
$ sudo ln -snf /usr/lib/postgresql/${version}/lib/libpgcommon.a /usr/lib/x86_64-linux-gnu/libpgcommon.a
$ sudo ln -snf /usr/lib/postgresql/${version}/lib/libpgport.a /usr/lib/x86_64-linux-gnu/libpgport.a
$ make
cc -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -L/usr/lib/llvm-9/lib -Wl,--as-needed  -o pg_hexedit pg_hexedit.o -L/usr/lib/x86_64-linux-gnu -lpgport -lpgcommon
cc -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -L/usr/lib/llvm-9/lib -Wl,--as-needed  -o pg_filenodemapdata pg_filenodemapdata.o -L/usr/lib/x86_64-linux-gnu -lpgport

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.