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

Commit60b7d49

Browse files
committed
Don't forget to run test_decoding tests under *nix.
Fix tests expected output messages according new pathman messages
1 parente5cfb2d commit60b7d49

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

‎contrib/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ SUBDIRS = \
5050
tablefunc\
5151
tcn\
5252
test_decoding\
53+
test_partitioning\
5354
tsm_system_rows\
5455
tsm_system_time\
5556
tsearch2\

‎contrib/test_partitioning/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
REGRESS = partition
22
EXTRA_REGRESS_OPTS=--temp-config=$(top_srcdir)/$(subdir)/pg_pathman.add
3-
3+
EXTRA_INSTALL=contrib/pg_pathman
44
ifdefUSE_PGXS
55
PG_CONFIG = pg_config
66
PGXS :=$(shell$(PG_CONFIG) --pgxs)

‎contrib/test_partitioning/expected/partition.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ PARTITION BY RANGE(id)
5757
);
5858
/* Inserting should produce an error because interval hasn't been set */
5959
INSERT INTO abc VALUES (250);
60-
ERROR:could not create new partitionsforrelation "abc"
60+
ERROR:cannot find appropriate partitionforkey '250'
6161
DROP TABLE abc CASCADE;
6262
NOTICE: drop cascades to 2 other objects
6363
/* Create hash partitioned table */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp