OSDN Git Service

Fix default_version of extension control file
authorKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Thu, 9 Feb 2017 00:07:14 +0000 (09:07 +0900)
committerKyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>
Thu, 9 Feb 2017 00:07:14 +0000 (09:07 +0900)
default_version in pg_hint_plan.control was left unchanged on updating
version number. Fixed it.

pg_hint_plan.control

index bd2d451..6679c6e 100644 (file)
@@ -1,6 +1,6 @@
 # pg_hint_plan extension
 
 comment = ''
-default_version = '1.1.3'
+default_version = '1.2.0'
 relocatable = false
 schema = hint_plan