pgsql: Add braces around an if block, for readability

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add braces around an if block, for readability
Date: 2011-01-19 19:59:25
Message-ID: E1PfeBh-00058D-Ix@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add braces around an if block, for readability

Jan Urbański, reviewed by Peter Eisentraut, Álvaro Herrera, Tom Lane :-)

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=fbed5d48307528c8b49ba48e741817e75146ea8f

Modified Files
--------------
src/pl/plpython/plpython.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-01-19 21:09:41 pgsql: Show correct datatype for pg_class.relpersistence, plus a typo f
Previous Message Robert Haas 2011-01-19 16:19:26 Re: Re: [COMMITTERS] pgsql: Log replication connections only when log_connections is on