Обсуждение: [COMMITTERS] pgsql: Fix incorrect variable datatype

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

[COMMITTERS] pgsql: Fix incorrect variable datatype

От
Magnus Hagander
Дата:
Fix incorrect variable datatype

Both datatypes map to the same underlying one which is why it still
worked, but we should use the correct type.

Author: Kyotaro HORIGUCHI

Branch
------
REL9_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/965956a03305fb8517c584ffffd37515344f4101

Modified Files
--------------
src/backend/access/transam/xlog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)