pgsql: Fix indentation that could mask a future bug

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix indentation that could mask a future bug
Date: 2015-05-07 09:42:54
Message-ID: E1YqIKU-00008D-W2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix indentation that could mask a future bug

Michael Paquier, spotted using Coverity

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d678bde655892392878fdfa8a8d4e9390227ab64

Modified Files
--------------
src/backend/utils/adt/ruleutils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2015-05-07 13:20:03 pgsql: Properly send SCM status updates when shutting down service on W
Previous Message Robert Haas 2015-05-06 02:41:50 Re: pgsql: Create an infrastructure for parallel computation in PostgreSQL.