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

Commite7cb504

Browse files
committed
bump version to 1.4
1 parent682d1b1 commite7cb504

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PG_CPPFLAGS = -I$(CURDIR)/src/include
1414

1515
EXTENSION = pg_pathman
1616

17-
EXTVERSION = 1.3
17+
EXTVERSION = 1.4
1818

1919
DATA_built = pg_pathman--$(EXTVERSION).sql
2020

‎pg_pathman.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# pg_pathman extension
22
comment = 'Partitioning tool for PostgreSQL'
3-
default_version = '1.3'
3+
default_version = '1.4'
44
module_pathname = '$libdir/pg_pathman'

‎src/include/init.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,10 @@ simpify_mcxt_name(MemoryContext mcxt)
147147

148148

149149
/* Lowest version of Pl/PgSQL frontend compatible with internals (0xAA_BB_CC) */
150-
#defineLOWEST_COMPATIBLE_FRONT0x010300
150+
#defineLOWEST_COMPATIBLE_FRONT0x010400
151151

152152
/* Current version of native C library (0xAA_BB_CC) */
153-
#defineCURRENT_LIB_VERSION0x010300
153+
#defineCURRENT_LIB_VERSION0x010400
154154

155155

156156
void*pathman_cache_search_relid(HTAB*cache_table,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp