[COMMITTERS] pgsql: Fix incorrect variable datatype

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема [COMMITTERS] pgsql: Fix incorrect variable datatype
Дата
Msg-id E1cifq6-0005Fm-4X@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/016c9908347ed2ba7b9d7101c858ea7730b6c0b0

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Allow index AMs to return either HeapTuple or IndexTupleformat
Следующее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Use proper enum constants for LockWaitPolicy