Code Monkey home page Code Monkey logo

Comments (5)

smecsia avatar smecsia commented on August 24, 2024

@melezov Thanks for the ticket. Not sure what 9.6.2-2 is, but all the archives are available for download using 9.6.2-1. That is proven by the builds of the PR bumping the version to 9.6.2.

from postgresql-embedded.

melezov avatar melezov commented on August 24, 2024

Hey @smecsia, while 9.6.2-1 may seem to work, 9.6.2-2 wasn't published without a reason, as it completely changes all compiled binaries. I'd still opt for adding fine-granularity to future-proof this.

from postgresql-embedded.

melezov avatar melezov commented on August 24, 2024

Other non -1 downloads:

version;os;size;sha256
9.2.20-2;windows-x64;48350784;9cb3bb27c192c6b29648b585116f9c040912d80d90d7b2f4664a23478289aab4
9.2.20-2;windows;47273221;0877535708f98bb24631c20b5a8ce5e38dc8c26c38965e6e063d88fd2abd7c10
9.3.16-2;windows-x64;49246021;ab0c682e14193b06dc38a033bde91c517ac46fd02a73ad3aa7cd3f0326120d8e
9.3.16-2;windows;48156904;2d8e14f8a780ef8ea4f5bd2e8f6589d0d0aa57a37eed187fe17bd9760e22a78d
9.4.11-2;windows-x64;51520430;b2770b93dac70e9ee236d99cbe91f4c9ad32b07c56a6c79ca601835fc5399574
9.4.11-2;windows;50579761;6d2975246d693adc6e1c2b10c6ab114c21f50ab1fcb039d6b5fc73c0a2caeb9d
9.5.6-2;windows-x64;54625126;a9897033aa646075672fde430f3de131722ee6e8a0469edb6c5eff5a905bb7fc
9.5.6-2;windows;52867605;83bf78578af2996de3207de640c8e46907c96723c9ac1d57bd7a92ccad5ddca2
9.6.2-2;windows-x64;188225488;6163554c1b8a16e0cb095979369ae6e99ca44312bc69df97576b8ac33f3eb043
9.6.2-2;windows;177457673;e993e4342e48f85b819ff0ebfb967f62f6ddb03f7b856f67ca3006d7b5637835

from postgresql-embedded.

smecsia avatar smecsia commented on August 24, 2024

@melezov I actually didn't catch the reason why these files are required...
Anyway you can always use your own version implementation. Something like:

new PostgresConfig(
        () -> (IS_OS_WINDOWS) ? "9.6.2-2" : "9.6.2-1",
        new Net("localhost", findFreePort()),
        new Storage("test"),
        new Timeout(),
        new Credentials("user", "password")
);

from postgresql-embedded.

smecsia avatar smecsia commented on August 24, 2024

Closing due to no updates.

from postgresql-embedded.

Related Issues (20)

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.