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

Commitc14d2ad

Browse files
committed
Additional mtm compatibility
1 parentb75fbe7 commitc14d2ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎expected/pathman_basic.out

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,7 +1312,7 @@ DROP TABLE test.num_range_rel CASCADE;
13121312
DROP TABLE test.range_rel CASCADE;
13131313
NOTICE: drop cascades to 10 other objects
13141314
/* Test attributes copying */
1315-
CREATEUNLOGGEDTABLE test.range_rel (
1315+
CREATE TABLE test.range_rel (
13161316
idSERIAL PRIMARY KEY,
13171317
dtDATE NOT NULL)
13181318
WITH (fillfactor = 70);
@@ -1328,13 +1328,13 @@ SELECT pathman.create_range_partitions('test.range_rel', 'dt',
13281328
SELECT reloptions, relpersistence FROM pg_class WHERE oid='test.range_rel'::REGCLASS;
13291329
reloptions | relpersistence
13301330
-----------------+----------------
1331-
{fillfactor=70} |u
1331+
{fillfactor=70} |p
13321332
(1 row)
13331333

13341334
SELECT reloptions, relpersistence FROM pg_class WHERE oid='test.range_rel_1'::REGCLASS;
13351335
reloptions | relpersistence
13361336
-----------------+----------------
1337-
{fillfactor=70} |u
1337+
{fillfactor=70} |p
13381338
(1 row)
13391339

13401340
DROP TABLE test.range_rel CASCADE;

‎sql/pathman_basic.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ DROP TABLE test.num_range_rel CASCADE;
380380
DROPTABLEtest.range_rel CASCADE;
381381

382382
/* Test attributes copying*/
383-
CREATEUNLOGGEDTABLEtest.range_rel (
383+
CREATETABLEtest.range_rel (
384384
idSERIALPRIMARY KEY,
385385
dtDATENOT NULL)
386386
WITH (fillfactor=70);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp