Re: Backend Flowchart / Developer doc

2020-04-21 Thread Bruce Momjian
On Thu, Apr 16, 2020 at 11:17:29AM -0400, Alvaro Herrera wrote: > On 2020-Apr-15, Marc Rechté wrote: > > > Hello, > > > > Don't know if this the correct list to submit this issue. > > > > On the https://www.postgresql.org/developer/backend/, it mentions a > > Query.qual field which does not exis

Re: Backend Flowchart / Developer doc

2020-04-16 Thread Alvaro Herrera
On 2020-Apr-15, Marc Rechté wrote: > Hello, > > Don't know if this the correct list to submit this issue. > > On the https://www.postgresql.org/developer/backend/, it mentions a > Query.qual field which does not exist in the Query structure. I think that diagram (and the accompanying wiki page)

Backend Flowchart / Developer doc

2020-04-15 Thread Marc Rechté
Hello, Don't know if this the correct list to submit this issue. On the https://www.postgresql.org/developer/backend/, it mentions a Query.qual field which does not exist in the Query structure. Thanks