Kouhei Sutou
null+****@clear*****
Thu Sep 29 15:44:45 JST 2016
Kouhei Sutou 2016-09-29 15:44:45 +0900 (Thu, 29 Sep 2016) New Revision: 2f1056ad8f6c8403e78b4c31f59c2994fda2ff54 https://github.com/pgroonga/pgroonga/commit/2f1056ad8f6c8403e78b4c31f59c2994fda2ff54 Message: Follow the default lock timeout change in Groonga Modified files: appveyor.yml expected/variable/lock-timeout/valid.out Modified: appveyor.yml (+15 -15) =================================================================== --- appveyor.yml 2016-09-29 15:40:17 +0900 (14731fe) +++ appveyor.yml 2016-09-29 15:44:45 +0900 (7297e3c) @@ -8,27 +8,27 @@ build_script: - choco install -y curl 7zip.commandline # PostgreSQL - - curl -O http://get.enterprisedb.com/postgresql/postgresql-9.5.3-1-windows-x64-binaries.zip - - 7z x postgresql-9.5.3-1-windows-x64-binaries.zip > nul + - curl -O http://get.enterprisedb.com/postgresql/postgresql-9.5.4-1-windows-x64-binaries.zip + - 7z x postgresql-9.5.4-1-windows-x64-binaries.zip > nul - cd pgroonga # Groonga # Released version: - # - curl -O http://packages.groonga.org/source/groonga/groonga-6.0.8.zip - # - 7z x groonga-6.0.8.zip > nul - # - mv groonga-6.0.8 vendor\groonga + - curl -O http://packages.groonga.org/source/groonga/groonga-6.0.9.zip + - 7z x groonga-6.0.9.zip > nul + - mv groonga-6.0.9 vendor\groonga # Unreleased version: - - git clone --depth 1 - https://github.com/groonga/groonga.git - vendor\groonga - - cd vendor\groonga - - git submodule update --init - - cd vendor - - ruby download_mecab.rb - - ruby download_message_pack.rb - - ruby download_lz4.rb - - cd ..\..\.. + # - git clone --depth 1 + # https://github.com/groonga/groonga.git + # vendor\groonga + # - cd vendor\groonga + # - git submodule update --init + # - cd vendor + # - ruby download_mecab.rb + # - ruby download_message_pack.rb + # - ruby download_lz4.rb + # - cd ..\..\.. - cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX="..\\pgsql" Modified: expected/variable/lock-timeout/valid.out (+2 -2) =================================================================== --- expected/variable/lock-timeout/valid.out 2016-09-29 15:40:17 +0900 (7588370) +++ expected/variable/lock-timeout/valid.out 2016-09-29 15:44:45 +0900 (a431491) @@ -8,7 +8,7 @@ SELECT pgroonga.command('status')::json->0->0; SHOW pgroonga.lock_timeout; pgroonga.lock_timeout ----------------------- - 10000000 + 900000 (1 row) SET pgroonga.lock_timeout = 1000; @@ -22,6 +22,6 @@ SET pgroonga.lock_timeout = default; SHOW pgroonga.lock_timeout; pgroonga.lock_timeout ----------------------- - 10000000 + 900000 (1 row) -------------- next part -------------- HTML����������������������������...Download