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

Commit0c65061

Browse files
committed
Fix incorrect variable type in set_rel_consider_parallel().
func_parallel() returns char not Oid. Harmless, but still wrong.Amit Langote
1 parentd722927 commit0c65061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/optimizer/path/allpaths.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ set_rel_consider_parallel(PlannerInfo *root, RelOptInfo *rel,
537537
*/
538538
if (rte->tablesample!=NULL)
539539
{
540-
Oidproparallel=func_parallel(rte->tablesample->tsmhandler);
540+
charproparallel=func_parallel(rte->tablesample->tsmhandler);
541541

542542
if (proparallel!=PROPARALLEL_SAFE)
543543
return;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp