Re: [BUGS] [HACKERS] Mac OS X, PostgreSQL, PL/Tcl

2004-06-06 Thread Scott Goodwin
I'll grab the CVS PG copy and try it out. Is this something the Darwin folks should be notified about? It might cause problems with other apps. thanks, /s. On Feb 22, 2004, at 4:47 PM, Tom Lane wrote: Scott Goodwin <[EMAIL PROTECTED]> writes: Found the problem. If I have a very long environment

Re: [BUGS] [HACKERS] Mac OS X, PostgreSQL, PL/Tcl

2004-02-22 Thread Tom Lane
Scott Goodwin <[EMAIL PROTECTED]> writes: > I'll grab the CVS PG copy and try it out. Is this something the Darwin > folks should be notified about? It might cause problems with other > apps. It's unlikely that they'll consider it their problem. regards, tom lane --

Re: [BUGS] [HACKERS] Mac OS X, PostgreSQL, PL/Tcl

2004-02-22 Thread Tom Lane
Scott Goodwin <[EMAIL PROTECTED]> writes: > Found the problem. If I have a very long environment variable exported > and I start PG, PG crashes when I try to load PG/Tcl. In my case I use > color ls and I have a very long LS_COLORS environment variable set. I was able to duplicate this. I am

Re: [BUGS] [HACKERS] Mac OS X, PostgreSQL, PL/Tcl

2004-02-22 Thread Scott Goodwin
I'm certain that the length of a single env var is the only factor involved, and not the size of the enviroment itself. If I login to my normal environment and unset LS_COLORS, everything works fine. If I move my .bashrc out of the way, login fresh and create an env var > 522 chars, it fails. M

Re: [BUGS] [HACKERS] Mac OS X, PostgreSQL, PL/Tcl

2004-02-22 Thread Tom Lane
Scott Goodwin <[EMAIL PROTECTED]> writes: > Found the problem. If I have a very long environment variable exported > and I start PG, PG crashes when I try to load PG/Tcl. In my case I use > color ls and I have a very long LS_COLORS environment variable set. Interesting. Did you check whether

Re: [BUGS] [HACKERS] Mac OS X, PostgreSQL, PL/Tcl

2004-02-21 Thread Scott Goodwin
Found the problem. If I have a very long environment variable exported and I start PG, PG crashes when I try to load PG/Tcl. In my case I use color ls and I have a very long LS_COLORS environment variable set. I have duplicated the problem by renaming my .bashrc and logging back in. With thi