On Sat, Jun 12, 2021 at 1:59 PM Julien Rouhaud <rjuju...@gmail.com> wrote: > > On Tue, Jun 08, 2021 at 12:16:48PM +0800, Julien Rouhaud wrote: > > On Sun, Jun 06, 2021 at 02:50:19PM +0800, Julien Rouhaud wrote: > > > On Sat, May 01, 2021 at 03:24:58PM +0800, Julien Rouhaud wrote: > > > > > > > > I'm attaching some POC patches that implement this approach to start a > > > > discussion. > > The regression tests weren't stable, v4 fixes that.
1) CFBOT showed the following compilation errors in windows: "C:\projects\postgresql\pgsql.sln" (default target) (1) -> "C:\projects\postgresql\sqlol.vcxproj" (default target) (69) -> (ClCompile target) -> c1 : fatal error C1083: Cannot open source file: 'contrib/sqlol/sqlol_gram.c': No such file or directory [C:\projects\postgresql\sqlol.vcxproj] c:\projects\postgresql\contrib\sqlol\sqlol_gramparse.h(25): fatal error C1083: Cannot open include file: 'sqlol_gram.h': No such file or directory (contrib/sqlol/sqlol.c) [C:\projects\postgresql\sqlol.vcxproj] c:\projects\postgresql\contrib\sqlol\sqlol_gramparse.h(25): fatal error C1083: Cannot open include file: 'sqlol_gram.h': No such file or directory (contrib/sqlol/sqlol_keywords.c) [C:\projects\postgresql\sqlol.vcxproj] c1 : fatal error C1083: Cannot open source file: 'contrib/sqlol/sqlol_scan.c': No such file or directory [C:\projects\postgresql\sqlol.vcxproj] 0 Warning(s) 4 Error(s) 6123 6124Time Elapsed 00:05:40.23 6125 2) There was one small whitespace error with the patch: git am v4-0002-Add-a-sqlol-parser.patch Applying: Add a sqlol parser. .git/rebase-apply/patch:818: new blank line at EOF. + warning: 1 line adds whitespace errors. Regards, Vignesh