Re: [BUGS] libpq in android

2011-11-29 Thread Alvaro Herrera
Excerpts from Marco Bernasocchi's message of mar nov 29 11:29:44 -0300 2011: > > Hi do you need an input from me? i used ifdef to be less invading to the > code. Please try what I suggest and see if it works on your platform. > On 11/25/2011 01:43 AM, Alvaro Herrera wrote: > > > > Excerpts fr

Re: [BUGS] libpq in android

2011-11-29 Thread Marco Bernasocchi
Hi do you need an input from me? i used ifdef to be less invading to the code. On 11/25/2011 01:43 AM, Alvaro Herrera wrote: Excerpts from Peter Eisentraut's message of jue nov 24 19:01:04 -0300 2011: On ons, 2011-11-23 at 12:07 +0100, Marco Bernasocchi wrote: Hi all, porting QGIS to androi

Re: [BUGS] BUG #6304: initdb fails with loale ko_KR.eucKR

2011-11-29 Thread Balser, Robert W
Heikki, Thank you for your detailed analysis and response. I might play with the linker options - right now I am using the default "./configure ; make install" procedure and letting everything happen automatically. Another thought that I had was to wrap our use of "initdb" with a script that

Re: [BUGS] BUG #6067: In PL/pgsql, EXISTS(SELECT ... INTO...) fails

2011-11-29 Thread Bruce Momjian
Tom Lane wrote: > "David Fetter" writes: > > IF EXISTS (SELECT 1 INTO STRICT i) THEN > > RAISE NOTICE '%', a; > > END IF; > > Umm ... are you just complaining that the error message isn't very > helpful, or are you actually expecting that to do something useful? > If the latter, w

Re: [BUGS] BUG #6064: != NULL, <> NULL do not work [sec=UNCLASSIFIED]

2011-11-29 Thread Bruce Momjian
Pilling, Michael wrote: > Hi Kevin, > > Thanks for that. Point entirely taken. I think what I would add would > be in the table 9-1 of operators, an extra column filled in only for > =, <> and != saying Important: see difference from IS [NOT] NULL. > Perhaps one reason I didn't pick up on this sub