]> 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:20:35 +0000 (12:20 +0100)
commit016c9908347ed2ba7b9d7101c858ea7730b6c0b0
tree5ca6cbafbf92afa3e8ad21fd7216685e1406a8d2
parent9b88f27cb42fe8ff59ddc75e29c005624b8850a2
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