]> granicus.if.org Git - postgresql/commit
Trivial dead code removal: in makeObjectName(), name1 must be non-NULL
authorNeil Conway <neilc@samurai.com>
Tue, 21 Jun 2005 00:35:05 +0000 (00:35 +0000)
committerNeil Conway <neilc@samurai.com>
Tue, 21 Jun 2005 00:35:05 +0000 (00:35 +0000)
commit141e878bc3afd6cd271b273ed1e43f0c07666248
treeea7892710678d91a8b62b0c8951def881cec59dd
parent638feae2c91f3616641c1068e16110296bcc0c4e
Trivial dead code removal: in makeObjectName(), name1 must be non-NULL
(due to the preceding strlen(), for example), so we needn't recheck this
before invoking pg_mbcliplen().

Per Coverity static analysis performed by EnterpriseDB.
src/backend/commands/indexcmds.c