Обсуждение: pgsql: Fix minor copy & pasto in the int128 accumulator patch.

Поиск
Список
Период
Сортировка

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

От
Andres Freund
Дата:
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(-)