Dead link to MinGW in Windows documentation

2022-01-16 Thread Liam Bowen
>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 is to a domain squatter. Perhaps MSYS2 could be used instead? ht

Contradictory PATH directions when building on Windows with Visual Studio

2022-01-16 Thread Liam Bowen
I am trying to use git bisect to locate the precise commit that introduced bug #17299. This bug is present in the official Postgres 14 libpq, but not in 13. Therefore, I must build libpq from source a bunch of times to find the offending commit. The documentation says that the official binaries are

Re: Typo in "27.2.8. Synchronous Replication"

2022-01-16 Thread Magnus Hagander
On Mon, Jan 3, 2022 at 1:40 PM Eric Mutta wrote: > > Hi Magnus, happy new year! Thanks for pushing the fix. > > Coming from an SQL Server background where the docs are hosted on GitHub and > minor changes like this can be made by simply submitting a pull request, I am > wondering is there anythi

CREATE INDEX USING documentation

2022-01-16 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/14/sql-createindex.html Description: In the CREATE INDEX synopsis(https://www.postgresql.org/docs/current/sql-createindex.html), the USING method parameter is listed, however in the PARAMETER