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

Commitcd60d48

Browse files
committed
concurrent partitioning bugfix
1 parent0b28f06 commitcd60d48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/pathman_workers.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -609,8 +609,7 @@ partition_table_concurrently(PG_FUNCTION_ARGS)
609609
empty_slot_idx=i;
610610
keep_this_lock= true;
611611
}
612-
613-
if (cur_slot->relid==relid&&
612+
elseif (cur_slot->relid==relid&&
614613
cur_slot->dbid==MyDatabaseId)
615614
{
616615
if (empty_slot_idx >=0)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp