On Tue, Dec 13, 2022 at 9:56 PM Yang, T. Andy <tyan...@yahoo.com> wrote:
> I checked out source code from the latest master version on github. I was > expecting the build would go smoothly since I didn't modify anything. > That philosophy unfortunately doesn't work here. There are many pre-requisites and there isn't a package.json equivalent kind of file in which we can define all of our dependencies (especially due to the lack of intermediary engine like the JVM or Node to cover over platform differences) so that the build is fully self-contained. Instead we have to document those requirements in the documentation (they are indirectly documented in the configuration files/scripts I suppose...). https://www.postgresql.org/docs/current/install-windows-full.html The msvc README in the repo also covers these two extensions explicitly: https://github.com/postgres/postgres/tree/master/src/tools/msvc pgbison.pl internal tool to process .y files using bison pgflex.pl internal tool to process .l files using flex David J.