Re: [HACKERS] [GENERAL] pg crashing

2008-07-04 Thread Magnus Hagander
Tom Lane wrote: > Magnus Hagander <[EMAIL PROTECTED]> writes: >>> below this is going to convert \ to /, wouldn't it be clearer to >>> describe the path prefix as Global/PostgreSQL: in the first place? > >> Eh, that shows another bug I think. It should *not* convert the \ in >> "Global\", because

Re: [HACKERS] [GENERAL] pg crashing

2008-07-02 Thread Tom Lane
Magnus Hagander <[EMAIL PROTECTED]> writes: >> below this is going to convert \ to /, wouldn't it be clearer to >> describe the path prefix as Global/PostgreSQL: in the first place? > Eh, that shows another bug I think. It should *not* convert the \ in > "Global\", because that one is is interpret

Re: [HACKERS] [GENERAL] pg crashing

2008-07-02 Thread Magnus Hagander
[moving over to hackers] Tom Lane wrote: > BTW, just looking at win32_shmem.c ... > > retptr = malloc(bufsize + 1 + 18);/* 1 NULL and 18 for >* Global\PostgreSQL: */ > if (retptr == NULL) > elog(FATAL, "could not allocate memory for