pgsql: Fix minor copy & pasto in the int128 accumulator patch.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix minor copy & pasto in the int128 accumulator patch.
Date: 2015-03-22 19:02:15
Message-ID: E1YZl8Z-0001Bh-B3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix minor copy & pasto in the int128 accumulator patch.

It's unlikely that using PG_GETARG_INT16 instead of PG_GETARG_INT32 in
this pace can cause actual problems, but this still should be fixed.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/59b0a98af07cf8decfe94739f92bf18ebb34ffc6

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2015-03-23 02:57:29 Re: pgsql: to_char(float4/8): zero pad to specified length
Previous Message Tom Lane 2015-03-22 17:53:37 pgsql: Allow foreign tables to participate in inheritance.