Trivial dead code removal: in CreateSchemaCommand(), 'owner_name' is

Neil Conway <neilc@samurai.com>

Commit: 09d1110c2a17d9cf5c429797070634ad14e3684f
Author: Neil Conway <neilc@samurai.com>
Date: 2005-06-21T00:58:15Z
Releases: 8.1.0
Trivial dead code removal: in CreateSchemaCommand(), 'owner_name' is
only used in one branch of an if statement, so we can move its
declaration to that block. This also avoids an unnecessary syscache
lookup.

Per Coverity static analysis performed by EnterpriseDB.

Files

PathChange+/−
src/backend/commands/schemacmds.c modified +4 −5