Thread: [COMMITTERS] pgsql: Fix incorrect variable datatype

[COMMITTERS] pgsql: Fix incorrect variable datatype

From
Magnus Hagander
Date:
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_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/2cc16380a46d4c2103aa6caa6aaf0170863f8509

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