Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0be5757

Browse files
committed
Increment version patch number up to 1.4.2
An extra change is introduced as well: generate empty upgrade scriptswithout the need to create *.sql.in files in upgrade_scriptsubdirectory.
1 parent562f098 commit0be5757

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

‎Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ DATA_built = $(RELEASE_SQL) \
3434
pg_sphere--1.3.0--1.3.1.sql\
3535
pg_sphere--1.3.1--1.4.0.sql\
3636
pg_sphere--1.4.0--1.4.1.sql\
37+
pg_sphere--1.4.1--1.4.2.sql
3738

3839
DOCS = README.pg_sphere COPYRIGHT.pg_sphere
3940
TESTS = version tables points euler circle line ellipse poly path box\
@@ -205,8 +206,8 @@ endif
205206
pg_sphere--1.3.1--1.4.0.sql: pgs_circle_sel.sql.in pgs_hash.sql.in
206207
cat upgrade_scripts/$@.in$^>$@
207208

208-
pg_sphere--1.4.0--1.4.1.sql:
209-
cat upgrade_scripts/$@.in$^>$@
209+
pg_sphere--1.4.0--1.4.1.sqlpg_sphere--1.4.1--1.4.2.sql:
210+
@echo"-- Nothing to upgradeinthe schema">$@
210211

211212
# end of local stuff
212213

‎Makefile.common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
#----------------------------------------------------------------------------
66

77
EXTENSION := pg_sphere
8-
PGSPHERE_VERSION := 1.4.1
8+
PGSPHERE_VERSION := 1.4.2

‎expected/version.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
SELECT pg_sphere_version();
33
pg_sphere_version
44
-------------------
5-
1.4.1
5+
1.4.2
66
(1 row)
77

‎pg_sphere.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pg_sphere extension
22
comment = 'spherical objects with useful functions, operators and index support'
3-
default_version = '1.4.1'
3+
default_version = '1.4.2'
44
module_pathname = '$libdir/pg_sphere'
55
relocatable = true

‎upgrade_scripts/pg_sphere--1.4.0--1.4.1.sql.in

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp