Remove useless check for NULL subexpression. 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 Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/131926a52da0fbd77678cbd887914c83b48faa2d Modified Files -------------- src/backend/access/tablesample/tablesample.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
