pgsql: Catch fatal flex errors in the GUC file lexer.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Catch fatal flex errors in the GUC file lexer.
Дата
Msg-id E1RnLa8-000080-5j@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Catch fatal flex errors in the GUC file lexer.

This prevents the postmaster from unexpectedly croaking if postgresql.conf
contains something like:

include 'invalid_directory_name'

Noah Misch. Reviewed by Tom Lane and myself.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4b496a3583ecb3f70bb4d13f8275dbb7e5b26100

Modified Files
--------------
src/backend/utils/misc/guc-file.l |   65 ++++++++++++++++++++++++++++++-------
1 files changed, 53 insertions(+), 12 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: fastgetattr is in access/htup.h, not access/heapam.h
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Regression tests for security_barrier views.