double inclusion of '-p' flex flag

Поиск
Список
Период
Сортировка
От Ashutosh Sharma
Тема double inclusion of '-p' flex flag
Дата
Msg-id CAE9k0PkY-Nic6Hih+QbTybBX5zs8e_btv8S=8xraqTpqjKRN+Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: double inclusion of '-p' flex flag  (John Naylor <john.naylor@enterprisedb.com>)
Список pgsql-hackers
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:       psqlscanslash.c: FLEXFLAGS = -Cfe -p -p
src/fe_utils/Makefile:43:        psqlscan.c: FLEXFLAGS = -Cfe -p -p
src/backend/utils/adt/Makefile:122:    jsonpath_scan.c: FLEXFLAGS = -CF -p -p
src/bin/psql/Makefile:61:        psqlscanslash.c: FLEXFLAGS = -Cfe -p -p

Do we need this or can the extra -p flag be removed?

--
With Regards,
Ashutosh Sharma.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Jiří Fejfar
Дата:
Сообщение: Re: variable filename for psql \copy
Следующее
От: Ashutosh Sharma
Дата:
Сообщение: orafce: some of the build time generated files are not present in .gitignore and also checked into the repository