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_4_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/71b33680883a359bb75fdb40d64b11d284b73d5c Modified Files -------------- src/backend/access/transam/xlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
