]> granicus.if.org Git - postgresql/commit
Fix incorrect variable datatype
authorMagnus Hagander <magnus@hagander.net>
Tue, 28 Feb 2017 11:16:42 +0000 (12:16 +0100)
committerMagnus Hagander <magnus@hagander.net>
Tue, 28 Feb 2017 11:18:25 +0000 (12:18 +0100)
commit965956a03305fb8517c584ffffd37515344f4101
treea788bc163dbbf1a415bd66837ce62eb4f1742ac0
parentf97f4fc028ccc284683ba400a51d59e534901336
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
src/backend/access/transam/xlog.c