mirror of
https://github.com/postgres/postgres.git
synced 2026-06-06 07:42:52 -04:00
08f8d478eb
parse analysis phase, rather than at execution time. This makes parameter handling work the same as it does in ordinary plannable queries, and in particular fixes the incompatibility that Pavel pointed out with plpgsql's new handling of variable references. plancache.c gets a little bit grottier, but the alternatives seem worse.