You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/pg_pathman/expected/pg_pathman.out
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ NOTICE: Copying data to test.range_rel_2 (condition: ((dt >= 'Sun Feb 01 00:00:
34
34
NOTICE: Copying data to test.range_rel_1 (condition: ((dt >= 'Thu Jan 01 00:00:00 2015'::timestamp without time zone) AND (dt < 'Sun Feb 01 00:00:00 2015'::timestamp without time zone)))
35
35
partition_data
36
36
----------------
37
-
0
37
+
120
38
38
(1 row)
39
39
40
40
CREATE TABLE test.num_range_rel (
@@ -81,9 +81,9 @@ SELECT * FROM test.hash_rel WHERE value = 7;
UPDATE test.num_range_rel SET id = 3001 WHERE id = 1;
@@ -518,7 +518,7 @@ NOTICE: Copying data to hash_rel_1 (condition: ((value % 3) = 1))
518
518
NOTICE: Copying data to hash_rel_2 (condition: ((value % 3) = 2))
519
519
partition_data
520
520
----------------
521
-
0
521
+
10000
522
522
(1 row)
523
523
524
524
EXPLAIN (COSTS OFF) SELECT * FROM hash_rel WHERE id = 1234;
@@ -562,7 +562,7 @@ NOTICE: Copying data to range_rel_11 (condition: ((dt >= 'Mon Nov 01 00:00:00 2
562
562
NOTICE: Copying data to range_rel_12 (condition: ((dt >= 'Wed Dec 01 00:00:00 2010'::timestamp without time zone) AND (dt < 'Sat Jan 01 00:00:00 2011'::timestamp without time zone)))
0 commit comments