Remove residual NULL-pstate handling in addRangeTableEntry. Passing a NULL pstate wouldn't actually work, because isLockedRefname() isn't prepared to cope with it; and there hasn't been any in-core code that tries in over a decade. So just remove the residual NULL handling.
Spotted by Coverity; analysis and patch by Michael Paquier. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/5223ddacdc737b401ed58184e321f354bdf46686 Modified Files -------------- src/backend/parser/parse_relation.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
