[PATCH] Remove some duplicate if conditions

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: [PATCH] Remove some duplicate if conditions
Date: 2014-01-02 12:21:17
Message-ID: CAApHDvp0Q14ihDEx4QoQWPjUDzrYH6Vj-nCHDK7=sZaAPiL1aA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I've attached a simple patch which removes some duplicate if conditions
that seemed to have found their way into the code.

These are per PVS-Studio's warnings.

Regards

David Rowley

Attachment Content-Type Size
duplicate_if_test.patch application/octet-stream 1.7 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2014-01-02 12:23:29 Re: Fixing pg_basebackup with tablespaces found in $PGDATA
Previous Message David Rowley 2014-01-02 12:05:34 Re: [PATCH] Negative Transition Aggregate Functions (WIP)