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

Commit0ef7349

Browse files
committed
update pg_pathman's version (1.3)
1 parentb567485 commit0ef7349

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
@@ -9,7 +9,7 @@ OBJS = src/init.o src/relation_info.o src/utils.o src/partition_filter.o \
99
src/partition_creation.o$(WIN32RES)
1010

1111
EXTENSION = pg_pathman
12-
EXTVERSION = 1.2
12+
EXTVERSION = 1.3
1313
DATA_built = pg_pathman--$(EXTVERSION).sql
1414
DATA = pg_pathman--1.0--1.1.sql\
1515
pg_pathman--1.1--1.2.sql

‎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'
3-
default_version = '1.2'
3+
default_version = '1.3'
44
module_pathname='$libdir/pg_pathman'

‎src/init.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ extern PathmanInitState pg_pathman_init_state;
9696

9797

9898
/* Lowest version of Pl/PgSQL frontend compatible with internals (0xAA_BB_CC) */
99-
#defineLOWEST_COMPATIBLE_FRONT0x010200
99+
#defineLOWEST_COMPATIBLE_FRONT0x010300
100100

101101
/* Current version on native C library (0xAA_BB_CC) */
102-
#defineCURRENT_LIB_VERSION0x010201
102+
#defineCURRENT_LIB_VERSION0x010300
103103

104104

105105
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp