Re: Dead link to MinGW in Windows documentation

2022-01-17 Thread Liam Bowen
If one is to recommend MSYS2, after downloading and installing it, the command to install bison and flex is just: pacman -S flex bison Then the bins end up (by default) in C:\MSYS64\usr\bin On Mon, Jan 17, 2022 at 5:37 AM Magnus Hagander wrote: > On Mon, Jan 17, 2022 at 11:25 AM Daniel Gustafs

Re: missing a white space in the last sentence of 51.6. Executor

2022-01-17 Thread Jonathan S. Katz
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

Re: missing a white space in the last sentence of 51.6. Executor

2022-01-17 Thread Tom Lane
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

missing a white space in the last sentence of 51.6. Executor

2022-01-17 Thread PG Doc comments form
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

Re: Dead link to MinGW in Windows documentation

2022-01-17 Thread Magnus Hagander
On Mon, Jan 17, 2022 at 11:25 AM Daniel Gustafsson wrote: > > > On 17 Jan 2022, at 07:21, Liam Bowen wrote: > > > > From https://www.postgresql.org/docs/14/install-windows-full.html -- > > > > > Both Bison and Flex are included in the msys tool suite, available from > > > http://www.mingw.org/wi

Re: Dead link to MinGW in Windows documentation

2022-01-17 Thread Daniel Gustafsson
> On 17 Jan 2022, at 07:21, Liam Bowen wrote: > > From https://www.postgresql.org/docs/14/install-windows-full.html -- > > > Both Bison and Flex are included in the msys tool suite, available from > > http://www.mingw.org/wiki/MSYS as part of the MinGW compiler suite. > > Aforementioned link i