On 1/17/22 2:02 PM, Tom Lane wrote:
PG Doc comments form writes:
The last sentence of 51.6. Executor appears:
"...feeding that up toModifyTable to perform the insertion."
Hm, the space is definitely there in the source file:
A simple INSERT ... VALUES command creates a
trivial plan
PG Doc comments form writes:
> The last sentence of 51.6. Executor appears:
> "...feeding that up toModifyTable to perform the insertion."
Hm, the space is definitely there in the source file:
A simple INSERT ... VALUES command creates a
trivial plan tree consisting of a single Result
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/14/executor.html
Description:
The last sentence of 51.6. Executor appears:
"...feeding that up toModifyTable to perform the insertion."
The below might be correct:
"...feeding that up to Mod