Re: BUG #5318: Inconsistent PHP pg_result_error_field PGSQL_DIAG_SOURCE_FUNCTION across instalations - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #5318: Inconsistent PHP pg_result_error_field PGSQL_DIAG_SOURCE_FUNCTION across instalations
Date
Msg-id 21706.1265471843@sss.pgh.pa.us
Whole thread Raw
In response to BUG #5318: Inconsistent PHP pg_result_error_field PGSQL_DIAG_SOURCE_FUNCTION across instalations  ("IP" <ireneusz.pastusiak@poczta.fm>)
Responses Re: BUG #5318: Inconsistent PHP pg_result_error_field PGSQL_DIAG_SOURCE_FUNCTION across instalations  ("IP" <ireneusz.pastusiak@poczta.fm>)
Re: BUG #5318: Inconsistent PHP pg_result_error_field PGSQL_DIAG_SOURCE_FUNCTION across instalations  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
List pgsql-bugs
"IP" <ireneusz.pastusiak@poczta.fm> writes:
> Issue: no value returned for 8.4.2 Solaris 10 x86 installation

This isn't necessarily a bug.  The source-function report depends
on having used a C compiler that supports the __func__ or __FUNCTION__
symbol, and not all do.  Most likely your Solaris 10 version was
built with a compiler that doesn't.

            regards, tom lane

pgsql-bugs by date:

Previous
From: "IP"
Date:
Subject: BUG #5318: Inconsistent PHP pg_result_error_field PGSQL_DIAG_SOURCE_FUNCTION across instalations
Next
From: "IP"
Date:
Subject: Re: BUG #5318: Inconsistent PHP pg_result_error_field PGSQL_DIAG_SOURCE_FUNCTION across instalations