mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Update typedefs.list and re-run pgindent
Discussion: http://postgr.es/m/CA+TgmoaA9=1RWKtBWpDaj+sF3Stgc8sHgf5z=KGtbjwPLQVDMA@mail.gmail.com
This commit is contained in:
@@ -1118,7 +1118,7 @@ is_parallel_safe(PlannerInfo *root, Node *node)
|
||||
|
||||
foreach(l2, initsubplan->setParam)
|
||||
context.safe_param_ids = lcons_int(lfirst_int(l2),
|
||||
context.safe_param_ids);
|
||||
context.safe_param_ids);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user