pgsql: Fix for new Boolean node

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix for new Boolean node
Дата
Msg-id E1n9Rpc-0002Be-E1@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix for new Boolean node

The token in nodeTokenType() is actually the whole rest of the string,
so we need to take into account the length to do the correct
comparison.

Without this, postgres_fdw tests fail under
-DWRITE_READ_PARSE_PLAN_TREES.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cf925936ecc031355cd56fbd392ec3180517a110

Modified Files
--------------
src/backend/nodes/read.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add Boolean node
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add Boolean node