Re: [BUGS] Psql malloc error on Git master

2011-01-21 Thread Thom Brown
On 21 January 2011 14:55, Bernd Helmle wrote: > > > --On 20. Januar 2011 21:56:44 + Thom Brown wrote: > >>> Known bug in OSX's libedit.  Use readline instead. >>> >>> http://archives.postgresql.org/pgsql-bugs/2010-04/msg00127.php >>> >>>                        regards, tom lane >> >> How do I

Re: [BUGS] Psql malloc error on Git master

2011-01-21 Thread Bernd Helmle
--On 20. Januar 2011 21:56:44 + Thom Brown wrote: Known bug in OSX's libedit.  Use readline instead. http://archives.postgresql.org/pgsql-bugs/2010-04/msg00127.php                        regards, tom lane How do I force readline? I'm not using --with-libedit-preferred or --without-re

Re: [BUGS] Psql malloc error on Git master

2011-01-20 Thread Tom Lane
Thom Brown writes: > On 20 January 2011 21:44, Tom Lane wrote: >> Known bug in OSX's libedit.  Use readline instead. > How do I force readline? I'm not using --with-libedit-preferred or > --without-readline Do you have it installed? You may need to fool with the link path to ensure that you l

Re: [BUGS] Psql malloc error on Git master

2011-01-20 Thread Thom Brown
On 20 January 2011 21:44, Tom Lane wrote: > Thom Brown writes: >> postgres=# \d pg_opsql(29265) malloc: *** error for object 0x5: >> pointer being freed was not allocated >> *** set a breakpoint in malloc_error_break to debug >> Abort trap > >> System info: >> OS: Mac OSX 10.6.5 > > Known bug in

Re: [BUGS] Psql malloc error on Git master

2011-01-20 Thread Tom Lane
Thom Brown writes: > postgres=# \d pg_opsql(29265) malloc: *** error for object 0x5: > pointer being freed was not allocated > *** set a breakpoint in malloc_error_break to debug > Abort trap > System info: > OS: Mac OSX 10.6.5 Known bug in OSX's libedit. Use readline instead. http://archives.

Re: [BUGS] Psql malloc error on Git master

2011-01-20 Thread Alvaro Herrera
Excerpts from Thom Brown's message of jue ene 20 16:36:10 -0300 2011: > Using 9.1devel as of yesterday's Git branch master, I'm getting an > error in psql when attempting to tab-complete a system tab. > > Steps to recreate: > > 1) From terminal, run "psql postgres" to connect to the postgres > da

[BUGS] Psql malloc error on Git master

2011-01-20 Thread Thom Brown
Using 9.1devel as of yesterday's Git branch master, I'm getting an error in psql when attempting to tab-complete a system tab. Steps to recreate: 1) From terminal, run "psql postgres" to connect to the postgres database as the current user. 2a) Type: \d pg_o 2b) OR type: \d pg_op 3) Press TAB to