double inclusion of '-p' flex flag

2022-04-26 Thread Ashutosh Sharma
Hi, I see that we have included '-p' flex flag twice in the commands used to generate the scanner files. See below: src/backend/parser/Makefile:60:scan.c: FLEXFLAGS = -CF -p -p src/backend/utils/adt/Makefile:122:jsonpath_scan.c: FLEXFLAGS = -CF -p -p src/bin/psql/Makefile:61: ps

Re: double inclusion of '-p' flex flag

2022-04-26 Thread John Naylor
On Tue, Apr 26, 2022 at 7:16 PM Ashutosh Sharma wrote: > > Hi, > > I see that we have included '-p' flex flag twice in the commands used > to generate the scanner files. See below: > > src/backend/parser/Makefile:60:scan.c: FLEXFLAGS = -CF -p -p > src/backend/utils/adt/Makefile:122:jso

Re: double inclusion of '-p' flex flag

2022-04-26 Thread Ashutosh Sharma
On Tue, Apr 26, 2022 at 5:55 PM John Naylor wrote: > > On Tue, Apr 26, 2022 at 7:16 PM Ashutosh Sharma wrote: > > > > Hi, > > > > I see that we have included '-p' flex flag twice in the commands used > > to generate the scanner files. See below: > > > > src/backend/parser/Makefile:60:scan