pgsql: Fix incorrect variable datatype

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix incorrect variable datatype
Date: 2017-02-28 11:21:06
Message-ID: E1cifq6-0005Fm-4X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/016c9908347ed2ba7b9d7101c858ea7730b6c0b0

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-02-28 18:31:37 pgsql: Use proper enum constants for LockWaitPolicy
Previous Message Tom Lane 2017-02-27 22:22:41 pgsql: Allow index AMs to return either HeapTuple or IndexTuple format