mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Now that a NULL ParamListInfo pointer causes significantly different behavior in plancache.c, be sure to pass it that way when the expression is known not to reference any plpgsql variables. Saves a few setup cycles anyway.