postgresql/contrib/pg_plan_advice/expected
Robert Haas 5e72ce2467 pg_plan_advice: Fix failures to accept identifier keywords.
TOK_IDENT allows only non-keywords; identifier should be used
any place where either keywords or non-keywords should be accepted.
Hence, without this commit, any string that happens to be a keyword
can't be used as a partition schema, partition name, or plan name,
which is incorrect.

Author: Lukas Fittl <lukas@fittl.com>
Discussion: http://postgr.es/m/CAP53PkzKeD=t90OfeMsniYrcRe2THQbUx3g6wV17Y=ZtiwmWTQ@mail.gmail.com
2026-03-16 14:46:50 -04:00
..
gather.out Add pg_plan_advice contrib module. 2026-03-12 13:00:43 -04:00
join_order.out Add pg_plan_advice contrib module. 2026-03-12 13:00:43 -04:00
join_strategy.out Add pg_plan_advice contrib module. 2026-03-12 13:00:43 -04:00
partitionwise.out Add pg_plan_advice contrib module. 2026-03-12 13:00:43 -04:00
prepared.out Fix whitespace 2026-03-16 19:33:13 +01:00
scan.out Add pg_plan_advice contrib module. 2026-03-12 13:00:43 -04:00
semijoin.out Add pg_plan_advice contrib module. 2026-03-12 13:00:43 -04:00
syntax.out pg_plan_advice: Fix failures to accept identifier keywords. 2026-03-16 14:46:50 -04:00