pgsql: Fix minor copy & pasto in the int128 accumulator patch. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Fix minor copy & pasto in the int128 accumulator patch.
Date
Msg-id E1YZl8Z-0001Bh-B3@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Allow foreign tables to participate in inheritance.
Next
From: Bruce Momjian
Date:
Subject: Re: pgsql: to_char(float4/8): zero pad to specified length