From 9cafc33ba3dcb15d062e9a26f86dd294a6f89431 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Fri, 22 Dec 2017 23:38:04 +0100 Subject: Revert to Postgres 9.6, AppVeyor seems to have issues with 10 --- appveyor/test_task.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor') diff --git a/appveyor/test_task.bat b/appveyor/test_task.bat index d6dc211c6b..a420c969b7 100644 --- a/appveyor/test_task.bat +++ b/appveyor/test_task.bat @@ -37,7 +37,7 @@ set PGPASSWORD=Password12! rem set PGSQL_TEST_CONNSTR=host=127.0.0.1 dbname=test port=5432 user=postgres password=Password12! echo ^ >> "./ext/pgsql/tests/config.inc" set PDO_PGSQL_TEST_DSN=pgsql:host=127.0.0.1 port=5432 dbname=test user=%PGUSER% password=%PGPASSWORD% -"C:\Program Files\PostgreSQL\10\bin\createdb.exe" test +"C:\Program Files\PostgreSQL\9.6\bin\createdb.exe" test if %errorlevel% neq 0 exit /b 3 rem prepare for ext/openssl -- cgit v1.2.1