yandex-qatools / postgresql-embedded

Embedded PostgreSQL Server
Other
493 stars 90 forks source link

Add support for Postgresql 10.0 and 9.6.5 #102

Closed t9t closed 6 years ago

t9t commented 6 years ago

Earlier this month, Postgresql 10.0 was released. This change adds support for it in postgresql-embedded.

Also I have updated the 9.6 version to 9.6.5 which seems to be the latest at this moment.

I wasn't sure if PRODUCTION should be updated at this stage or not. Let me know what you think.

Some more information:

t9t commented 6 years ago

@smecsia Is this something you could look at?

smecsia commented 6 years ago

@t9t Thanks! I was going to merge it actually, but then I noticed that Windows build is actually failing. I want to make sure it would work fine on Windows. Currently there's a wrong status indication for Windows: https://ci.appveyor.com/project/smecsia/postgresql-embedded/build/198

smecsia commented 6 years ago

Probably, it was a flake, now it is passing.