[Groonga-commit] pgroonga/pgroonga at 65095d4 [master] Support PostgreSQL 9.6

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Oct 8 22:18:46 JST 2016


Kouhei Sutou	2016-10-08 22:18:46 +0900 (Sat, 08 Oct 2016)

  New Revision: 65095d4f1b31c01054a0e23f57b091098c668564
  https://github.com/pgroonga/pgroonga/commit/65095d4f1b31c01054a0e23f57b091098c668564

  Message:
    Support PostgreSQL 9.6

  Modified files:
    Rakefile

  Modified: Rakefile (+2 -1)
===================================================================
--- Rakefile    2016-10-08 22:11:02 +0900 (4ec39f1)
+++ Rakefile    2016-10-08 22:18:46 +0900 (1bc6f99)
@@ -4,7 +4,7 @@ require "open-uri"
 require "octokit"
 
 latest_groonga_version = "6.0.9"
-windows_postgresql_version = "9.5.4-1"
+windows_postgresql_version = "9.6.0-1"
 
 package = "pgroonga"
 package_label = "PGroonga"
@@ -187,6 +187,7 @@ namespace :package do
     postgresql_package_versions = [
       "94",
       "95",
+      "96",
     ]
     namespace :build do
       postgresql_package_versions.each do |postgresql_package_version|
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index