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

Commitb5059cd

Browse files
committed
Merge branch 'rel_1_3_beta' into rel_future_beta
2 parentsa57bdb9 +db3508e commitb5059cd

16 files changed

+1357
-213
lines changed

‎Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ DATA = pg_pathman--1.0.sql \
1818
PGFILEDESC = "pg_pathman - partitioning tool"
1919

2020
REGRESS = pathman_basic\
21+
pathman_inserts\
2122
pathman_runtime_nodes\
2223
pathman_callbacks\
2324
pathman_domains\

‎expected/pathman_basic.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ UNION SELECT * FROM test.from_only_test;
494494
/* not ok, ONLY|non-ONLY in one query */
495495
EXPLAIN (COSTS OFF)
496496
SELECT * FROM test.from_only_test a JOIN ONLY test.from_only_test b USING(val);
497-
ERROR:It is prohibited to apply ONLY modifier to partitioned tables which have already been mentioned without ONLY
497+
ERROR:it is prohibited to apply ONLY modifier to partitioned tables which have already been mentioned without ONLY
498498
EXPLAIN (COSTS OFF)
499499
WITH q1 AS (SELECT * FROM test.from_only_test),
500500
q2 AS (SELECT * FROM ONLY test.from_only_test)

‎expected/pathman_calamity.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ ALTER TABLE calamity.wrong_partition
426426
ADD CONSTRAINT pathman_wrong_partition_1_check
427427
CHECK (val = 1 OR val = 2); /* wrong constraint */
428428
SELECT add_to_pathman_config('calamity.part_test', 'val', '10');
429-
ERROR:Wrong constraint format for RANGE partition "wrong_partition"
429+
ERROR:wrong constraint format for RANGE partition "wrong_partition"
430430
EXPLAIN (COSTS OFF) SELECT * FROM calamity.part_ok; /* check that pathman is enabled */
431431
QUERY PLAN
432432
-----------------------------
@@ -442,7 +442,7 @@ ALTER TABLE calamity.wrong_partition
442442
ADD CONSTRAINT pathman_wrong_partition_1_check
443443
CHECK (val >= 10 AND val = 2); /* wrong constraint */
444444
SELECT add_to_pathman_config('calamity.part_test', 'val', '10');
445-
ERROR:Wrong constraint format for RANGE partition "wrong_partition"
445+
ERROR:wrong constraint format for RANGE partition "wrong_partition"
446446
EXPLAIN (COSTS OFF) SELECT * FROM calamity.part_ok; /* check that pathman is enabled */
447447
QUERY PLAN
448448
-----------------------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp