Trivial dead code removal: in CreateSchemaCommand(), 'owner_name' is
authorNeil Conway <neilc@samurai.com>
Tue, 21 Jun 2005 00:58:15 +0000 (00:58 +0000)
committerNeil Conway <neilc@samurai.com>
Tue, 21 Jun 2005 00:58:15 +0000 (00:58 +0000)
commit09d1110c2a17d9cf5c429797070634ad14e3684f
tree73a507abf6a04df2ea0bc50e31f3df116df87384
parent2d4b9736bb9a5cd7228004f4ce2f21926f9087ee
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.
src/backend/commands/schemacmds.c