Fix incorrect variable datatype
authorMagnus Hagander
Tue, 28 Feb 2017 11:16:42 +0000 (12:16 +0100)
committerMagnus Hagander
Tue, 28 Feb 2017 11:18:49 +0000 (12:18 +0100)
commit71b33680883a359bb75fdb40d64b11d284b73d5c
tree95d65885b054b5d3c38d625f7b3a8c6394d98b6f
parent1f0d78863eb88ca8ee9c3b5215d532900e722e57
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