Fix minor copy & pasto in the int128 accumulator patch.
authorAndres Freund <andres@anarazel.de>
Sun, 22 Mar 2015 18:51:12 +0000 (19:51 +0100)
committerAndres Freund <andres@anarazel.de>
Sun, 22 Mar 2015 18:53:38 +0000 (19:53 +0100)
commit59b0a98af07cf8decfe94739f92bf18ebb34ffc6
tree6dbff6354f4afa384a5b07e20d7199362e93c46b
parentcb1ca4d800621dcae67ca6c799006de99fa4f0a5
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.
src/backend/utils/adt/numeric.c