On Tue, Jan 15, 2013 at 10:35 PM, Magnus Hagander wrote:
> On Tue, Jan 15, 2013 at 12:13 AM, wrote:
>> The following bug has been logged on the website:
>>
>> Bug reference: 7809
>> Logged by: Joe Van Dyk
>> Email address: j...@tanga.com
>> PostgreSQL version: 9.2.2
>> Operati
Magnus Hagander writes:
> + PGresult *res = ExecuteSqlQueryForSingleRow(fout, "SELECT
> pg_is_in_recovery()");
That function call needs to be schema-qualified for security.
regards, tom lane
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
T
On Sun, Jan 20, 2013 at 4:59 PM, Tom Lane wrote:
> Magnus Hagander writes:
>> + PGresult *res = ExecuteSqlQueryForSingleRow(fout, "SELECT
>> pg_is_in_recovery()");
>
> That function call needs to be schema-qualified for security.
Ha! I wonder if I can set up an autoresponder to *mys
se...@seebs.net writes:
> Your modified acx_pthread.m4 tests for any compiler output to stderr at all,
> and considers it evidence that a flag is invalid.
I believe the reason we do that is that we want to find flags that will
not result in the compiler generating a warning during each and every
s