PostgreSQL minor version bumps (and plv8)
We use postgres to run some tests before build, and we install the plv8 extension because we depend on it. Moving from Postgres 9.6 to 11 broke our ability to install plv8, I think because the image has 11.1, which was released in 2018. Postgres 10, 12 and 13 also have several minor version bumps that have been available for several years. So our tests use 9.6 while we are using 11 in production. We'd appreciate if you could update Postgres to more recent (ideally the most recent) minor versions in 10, 11, 12, and 13. More details here: https://www.postgresql.org/docs/release/
In addition, if it's possible to include the plv8 extension on the image, that would greatly improve our build script and cut down on an external dependency. There is a company that is providing community builds of plv8. Instructions are here: https://www.xtuple.com/knowledge/installing-plv8 and the download is here: http://xtuple-plv8.s3.amazonaws.com/win/xtuple_plv8.zip
Thanks in advance!
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 01 Jun, 2021 10:58 PM
Hi Jesse,
It's
Visual Studio 2019
image, right? I'm adding a new issue to refresh PGSQL versions during the next image update: https://github.com/appveyor/ci/issues/36822 Posted by Jesse Hemstad on 01 Jun, 2021 11:00 PM
Yes, it's Visual Studio 2019 image. Thanks very much!