pgsql: Cosmetic code cleanup in commands/extension.c.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Cosmetic code cleanup in commands/extension.c.
Date: 2016-09-05 22:53:45
Message-ID: E1bh2lt-0003kZ-87@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/25794e841e5b86a0f90fac7f7f851e5d950e51e2

Modified Files
--------------
src/backend/commands/extension.c | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2016-09-06 04:03:59 pgsql: C comment: fix file name mention on line 1
Previous Message Alvaro Herrera 2016-09-05 21:45:25 pgsql: Have "make coverage" recurse into contrib as well