Cosmetic code cleanup in commands/extension.c.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 25794e841e5b86a0f90fac7f7f851e5d950e51e2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-09-05T22:53:33Z
Releases: 10.0
Cosmetic code cleanup in commands/extension.c.

Some of the comments added by the CREATE EXTENSION CASCADE patch were
a bit sloppy, and I didn't care for redeclaring the same local variable
inside a nested block either.  No functional changes.

Files

PathChange+/−
src/backend/commands/extension.c modified +17 −17