We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 902ba8d commit 2cb0c28Copy full SHA for 2cb0c28
Makefile
@@ -32,7 +32,8 @@ DATA_built = $(RELEASE_SQL) \
32
pg_sphere--1.2.2--1.2.3.sql \
33
pg_sphere--1.2.3--1.3.0.sql \
34
pg_sphere--1.3.0--1.3.1.sql \
35
- pg_sphere--1.3.1--1.4.0.sql
+ pg_sphere--1.3.1--1.4.0.sql \
36
+ pg_sphere--1.4.0--1.4.1.sql \
37
38
DOCS = README.pg_sphere COPYRIGHT.pg_sphere
39
TESTS = version tables points euler circle line ellipse poly path box \
@@ -204,6 +205,9 @@ endif
204
205
pg_sphere--1.3.1--1.4.0.sql: pgs_circle_sel.sql.in pgs_hash.sql.in
206
cat upgrade_scripts/$@.in $^ > $@
207
208
+pg_sphere--1.4.0--1.4.1.sql:
209
+ cat upgrade_scripts/$@.in $^ > $@
210
+
211
# end of local stuff
212
213
src/sscan.o : src/sparse.c
Makefile.common.mk
@@ -5,4 +5,4 @@
5
#----------------------------------------------------------------------------
6
7
EXTENSION := pg_sphere
8
-PGSPHERE_VERSION := 1.4.0
+PGSPHERE_VERSION := 1.4.1
expected/version.out
@@ -2,6 +2,6 @@
2
SELECT pg_sphere_version();
3
pg_sphere_version
4
-------------------
- 1.4.0
+ 1.4.1
(1 row)
pg_sphere.control
@@ -1,5 +1,5 @@
1
# pg_sphere extension
comment = 'spherical objects with useful functions, operators and index support'
-default_version = '1.4.0'
+default_version = '1.4.1'
module_pathname = '$libdir/pg_sphere'
relocatable = true
upgrade_scripts/pg_sphere--1.4.0--1.4.1.sql.in
@@ -0,0 +1 @@
+-- Nothing to upgrade in the schema
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments