pgsql: Fix for new Boolean node - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix for new Boolean node
Date
Msg-id E1n9Rpc-0002Be-E1@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add Boolean node
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Add Boolean node