Re: BUG #2838: Compile error "tab-complete.c" on Mac OS X

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Thomas Jahnsen" <tjahnsenX(at)netscape(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2838: Compile error "tab-complete.c" on Mac OS X
Date: 2006-12-19 06:29:44
Message-ID: 16781.1166509784@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Thomas Jahnsen" <tjahnsenX(at)netscape(dot)net> writes:
> I try to compile PostgreSQL 8.2, but it fails in the file "tab-complete.c"
> (src/bin/psql/tab-complete.c). It reports an undeclared function call;
> 'rl_filename_completion_function'

Please be specific about the version of libreadline (or Apple's libedit)
you are using.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message mike 2006-12-19 07:12:48 Re: No error when FROM is missing in subquery
Previous Message Ned T. Crigler 2006-12-19 05:59:50 BUG #2840: \set HISTCONTROL ignoredups doesn't work in psql