mirror of
https://github.com/postgres/postgres.git
synced 2025-08-21 10:42:50 +03:00
Coverity rightly gripes that it's silly to have a test here when the adjacent ExecEvalExpr() would choke on a NULL expression pointer. Petr Jelinek