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

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Fix minor copy & pasto in the int128 accumulator patch.
Дата
Msg-id E1YZl8Z-0001Bh-B3@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Allow foreign tables to participate in inheritance.
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: to_char(float4/8): zero pad to specified length