pgsql: Remove duplicate assignment.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove duplicate assignment.
Date: 2017-04-07 16:20:29
Message-ID: E1cwWcf-0006a4-K0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove duplicate assignment.

Harmless, but clearly wrong.

Kyotaro Horiguchi

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0c732850d22a2dddb8a2ef64aed3c23731488caa

Modified Files
--------------
src/backend/utils/mb/Unicode/convutils.pm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-04-07 16:54:29 pgsql: Ensure that ExecPrepareExprList's result is all in one memory co
Previous Message Tom Lane 2017-04-07 16:18:48 pgsql: Fix planner error (or assert trap) with nested set operations.