pgsql: Fix unnoticed variable shadowing in previous commit

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix unnoticed variable shadowing in previous commit
Date: 2018-08-01 21:05:51
Message-ID: E1fkyJb-0002Ow-T5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix unnoticed variable shadowing in previous commit

Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/91bc213d90c5a8f2b2e162d4ecf09b9301027ceb

Modified Files
--------------
src/backend/executor/execPartition.c | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-08-01 22:11:15 pgsql: Fix logical replication slot initialization
Previous Message Alvaro Herrera 2018-08-01 20:38:08 pgsql: Fix per-tuple memory leak in partition tuple routing