pgsql: Remove unnecessary cast in previous commit.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove unnecessary cast in previous commit.
Date: 2015-11-06 17:18:10
Message-ID: E1ZukeQ-0000su-69@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unnecessary cast in previous commit.

Noted by Kyotaro Horiguchi, who also reviewed the previous patch, but
I failed to notice his review before committing.

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-11-06 21:59:05 pgsql: Modify tqueue infrastructure to support transient record types.
Previous Message Robert Haas 2015-11-06 17:15:56 pgsql: Add sort support routine for the UUID data type.