pgsql: Remove unused variable.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove unused variable.
Date: 2017-01-24 14:08:39
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unused variable.

This was intended to be included in the previous commit,
but I goofed.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/52df3420cd241b1411da3e4b24318db12bf22cba

Modified Files
--------------
src/backend/catalog/partition.c | 2 --
1 file changed, 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-01-24 14:39:10 pgsql: Fix incorrect comment: pgtime's tm_mon is 1-based, not 0-based.
Previous Message Robert Haas 2017-01-24 14:01:18 pgsql: Don't invoke arbitrary code inside a possibly-aborted transactio