mirror of
https://github.com/postgres/postgres.git
synced 2026-07-11 10:35:32 -04:00
pgindent fix for commit 53e6f51ee
This commit is contained in:
parent
4ebbf00188
commit
ea203d371d
1 changed files with 2 additions and 2 deletions
|
|
@ -141,8 +141,8 @@ pgpa_build_scan(pgpa_plan_walker_context *walker, Plan *plan,
|
|||
* If multiple relations are being targeted by a single
|
||||
* foreign scan, then the foreign join has been pushed to the
|
||||
* remote side, and we want that to be reflected in the
|
||||
* generated advice. We can't emit FOREIGN_JOIN() advice for
|
||||
* a single relation, so treat that case as an ordinary scan.
|
||||
* generated advice. We can't emit FOREIGN_JOIN() advice for a
|
||||
* single relation, so treat that case as an ordinary scan.
|
||||
*/
|
||||
if (bms_membership(relids) == BMS_MULTIPLE)
|
||||
strategy = PGPA_SCAN_FOREIGN;
|
||||
|
|
|
|||
Loading…
Reference in a new issue