Re: Suspicion of a compiler bug in clang: using ternary operator in ereport() - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Suspicion of a compiler bug in clang: using ternary operator in ereport()
Date
Msg-id 13469.1391043976@sss.pgh.pa.us
Whole thread Raw
In response to Re: Suspicion of a compiler bug in clang: using ternary operator in ereport()  (Christian Kruse <christian@2ndquadrant.com>)
Responses Re: Suspicion of a compiler bug in clang: using ternary operator in ereport()
List pgsql-hackers
Christian Kruse <christian@2ndquadrant.com> writes:
> Your reasoning sounds quite logical to me. Thus I did a
> grep -RA 3 "ereport" src/* | less
> and looked for ereport calls with errno in it. I found quite a few,
> attached you will find a patch addressing that issue.

Committed.  I found a couple of errors in your patch, but I think
everything is addressed in the patch as committed.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: GIN improvements part2: fast scan
Next
From: Alvaro Herrera
Date:
Subject: Re: FOREIGN KEY ... CONCURRENTLY