Cosmetic code cleanup in commands/extension.c.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 5 Sep 2016 22:53:25 +0000 (18:53 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 5 Sep 2016 22:53:33 +0000 (18:53 -0400)
commit25794e841e5b86a0f90fac7f7f851e5d950e51e2
tree342c1f5fd870f90f5692a4ef8b6538b9541bb3b6
parent2093f6630500c9d5e122748ac7d3719855d71174
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.
src/backend/commands/extension.c