Re: [HACKERS] quick review

2006-12-24 Thread Christopher Browne
A long time ago, in a galaxy far, far away, [EMAIL PROTECTED] ("Dawid Kuroczko") wrote: > On 12/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On Mon, Dec 18, 2006 at 03:47:42AM +0100, Molle Bestefich wrote: >> >> [...] >> >> > Simply

Re: [HACKERS] quick review

2006-12-24 Thread Dawid Kuroczko
On 12/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Dec 18, 2006 at 03:47:42AM +0100, Molle Bestefich wrote: [...] > Simply put, a tool with just a single button named "recover > all the data that you can" is by far the best solution

Re: [HACKERS] How to gain R/W access to developers wiki?

2006-12-24 Thread Greg Sabino Mullane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Surely, I've created one (nickname: Nikolay) and are > trying to do things being logged in :-) You should be able to edit now with the "Nikolay" account. If anyone else is having problems, please send me an email. I'll work on documenting this bet

Re: [HACKERS] Questions about planner methods

2006-12-24 Thread Martijn van Oosterhout
On Sun, Dec 24, 2006 at 12:15:18PM -0700, Kevin Kempter wrote: > Hi List(s); > > I'm wanting to find more details per the following methods, can someone > explain to me exactly what each of these methods is, how its implemented in > postgres or point me to some docs or README's that explain thes

[HACKERS] Questions about planner methods

2006-12-24 Thread Kevin Kempter
Hi List(s); I'm wanting to find more details per the following methods, can someone explain to me exactly what each of these methods is, how its implemented in postgres or point me to some docs or README's that explain these methods? Some of 'em are obviously no-brainers but I'm writing a postg

Re: [HACKERS] Loose ends in PG XML patch

2006-12-24 Thread Tom Lane
"Nikolay Samokhvalov" <[EMAIL PROTECTED]> writes: > On 12/24/06, Tom Lane <[EMAIL PROTECTED]> wrote: >> What I'm wondering about is why this printout is emitted as a separate >> DEBUG message ... wouldn't it be better to incorporate it as the DETAIL >> field of the error message? > Surely, it woul

Re: [HACKERS] How to gain R/W access to developers wiki?

2006-12-24 Thread Nikolay Samokhvalov
As I already said, I try to edit pages being logged in (as Nikolay). Now I've repeated the procedure: 1. I've created new account - "samokhvalov". 2. I've confirm this account using URL that was mailed to me. 3. Ensured that I am logged in (see my nickname and the button "log out" in the right u

Re: [HACKERS] How to gain R/W access to developers wiki?

2006-12-24 Thread Joshua D. Drake
On Sun, 2006-12-24 at 20:45 +0300, Nikolay Samokhvalov wrote: > So, can anybody help me?.. Moving to pgsql-www: Just create an account: http://developer.postgresql.org/index.php?title=Special:Userlogin&returnto=XML_Todo > > On 12/24/06, Nikolay Samokhvalov <[EMAIL PROTECTED]> wrote: > > Sure

Re: [HACKERS] How to gain R/W access to developers wiki?

2006-12-24 Thread Nikolay Samokhvalov
So, can anybody help me?.. On 12/24/06, Nikolay Samokhvalov <[EMAIL PROTECTED]> wrote: Surely, I've created one (nickname: Nikolay) and are trying to do things being logged in :-) On 12/24/06, Magnus Hagander <[EMAIL PROTECTED]> wrote: > Nikolay Samokhvalov wrote: > > I want to collect all XML

Re: [HACKERS] Loose ends in PG XML patch

2006-12-24 Thread Nikolay Samokhvalov
On 12/24/06, Tom Lane <[EMAIL PROTECTED]> wrote: What I'm wondering about is why this printout is emitted as a separate DEBUG message ... wouldn't it be better to incorporate it as the DETAIL field of the error message? Surely, it would. But the thing is that I couldn't manage to format libxml2

Re: [HACKERS] Loose ends in PG XML patch

2006-12-24 Thread Tom Lane
I wrote: > * I'm also quite afraid of xml_errmsg remaining non-null when the > storage it points at has been deallocated. Since this is apparently > only intended as debug support, maybe we could compile it only in debug > builds, to reduce the probability that it will fail in production? Actuall

Re: [HACKERS] libxml on unixware

2006-12-24 Thread ohp
But wait... it works fine as of HEAD today... Sorry for the noise, will try to --enable-xml on warthog soon. In the mean time, Merry Xmas to all On Sun, 24 Dec 2006 ohp@pyrenet.fr wrote: > Date: Sun, 24 Dec 2006 14:05:21 +0100 (CET) > From: ohp@pyrenet.fr > To: Tom Lane <[EMAIL PROTECTED]> > Cc:

Re: [HACKERS] libxml on unixware

2006-12-24 Thread ohp
Hi Tom, It still pass with --enable-debug only, So it seems an optimizer problem. What's next? Best regards On Sat, 23 Dec 2006, Tom Lane wrote: > Date: Sat, 23 Dec 2006 11:31:21 -0500 > From: Tom Lane <[EMAIL PROTECTED]> > To: ohp@pyrenet.fr > Cc: pgsql-hackers list > Subject: Re: [HACKERS]

Re: [HACKERS] libxml on unixware

2006-12-24 Thread ohp
On Sat, 23 Dec 2006, Andrew Dunstan wrote: > Date: Sat, 23 Dec 2006 11:36:04 -0600 (CST) > From: Andrew Dunstan <[EMAIL PROTECTED]> > To: ohp@pyrenet.fr, pgsql-hackers list > Subject: Re: [HACKERS] libxml on unixware > > Tom Lane wrote: > > ohp@pyrenet.fr writes: > >> In order to send a back trac

Re: [HACKERS] How to gain R/W access to developers wiki?

2006-12-24 Thread Nikolay Samokhvalov
Surely, I've created one (nickname: Nikolay) and are trying to do things being logged in :-) On 12/24/06, Magnus Hagander <[EMAIL PROTECTED]> wrote: Nikolay Samokhvalov wrote: > I want to collect all XML todo issues (from my list, from Peter's and > those Tom just described in "Loose ends in PG

Re: [HACKERS] How to gain R/W access to developers wiki?

2006-12-24 Thread Magnus Hagander
Nikolay Samokhvalov wrote: > I want to collect all XML todo issues (from my list, from Peter's and > those Tom just described in "Loose ends in PG XML patch") in one > place, to make the overall picture clear for everyone. > How can I gain access to developers wiki? (Actually, I've created the > pa

[HACKERS] How to gain R/W access to developers wiki?

2006-12-24 Thread Nikolay Samokhvalov
I want to collect all XML todo issues (from my list, from Peter's and those Tom just described in "Loose ends in PG XML patch") in one place, to make the overall picture clear for everyone. How can I gain access to developers wiki? (Actually, I've created the page"XML Todo" - http://developer.post