[COMMITTERS] pgsql: Fix incorrect variable datatype - Mailing list pgsql-committers

From Magnus Hagander
Subject [COMMITTERS] pgsql: Fix incorrect variable datatype
Date
Msg-id E1cifq6-0005Fr-4i@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Allow index AMs to return either HeapTuple or IndexTupleformat
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Use proper enum constants for LockWaitPolicy