Re: pg_plan_advice - Mailing list pgsql-hackers

From Zsolt Parragi
Subject Re: pg_plan_advice
Date
Msg-id CAN4CZFPvwjNJEZ_JT9Y67yR7C=KMNa=LNefOB8ZY7TKDcmAXOA@mail.gmail.com
Whole thread Raw
In response to Re: pg_plan_advice  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: pg_plan_advice
List pgsql-hackers
Hello

Just noticed this in the committed patch, it doesn't seem intentional:
(the last line wasn't part of the patch, probably an accidental leftover)

src/backend/optimizer/ptah/costsize.c:1462

        if (path->parallel_workers == 0)
                enable_mask |= PGS_CONSIDER_NONPARTIAL;
        path->disabled_nodes =
                (baserel->pgs_mask & enable_mask) != enable_mask ? 1 : 0;
        path->disabled_nodes = 0;



pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Document NULL
Next
From: "David G. Johnston"
Date:
Subject: Docs: Use non-default throughout the documentation