pgsql: Fix casting in error message for two-phase file

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix casting in error message for two-phase file
Date: 2018-07-18 00:13:33
Message-ID: E1ffa61-00054B-AW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix casting in error message for two-phase file

This error from from 811b6e3, which causes compilation warnings with OSX
10.3 and clang.

Reported by Tom Lane, via buildfarm member longfin.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8bd064f0c7d61c40a8a1179e9d24997fc0a20689

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2018-07-18 00:14:14 Re: pgsql: Rework error messages around file handling
Previous Message Tom Lane 2018-07-18 00:02:43 Re: pgsql: Rework error messages around file handling