[current] readline breakage - Mailing list pgsql-hackers

From Alex Pilosov
Subject [current] readline breakage
Date
Msg-id Pine.BSO.4.10.10106151851150.17529-100000@spider.pilosoft.com
Whole thread Raw
Responses Re: [current] readline breakage  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
If USE_READLINE exists, but HAVE_RL_FILENAME_COMPLETION_FUNCTION does not,
-current build breaks:
gcc -O2 -pipe -Wall -Wmissing-prototypes -Wmissing-declarations
-I../../../src/interfaces/libpq -I../../../src/include   -c tab-complete.c
-o tab-complete.o
tab-complete.c: In function `psql_completion':
tab-complete.c:754: `filename_completion_function' undeclared (first use
in this function)
tab-complete.c:754: (Each undeclared identifier is reported only once
tab-complete.c:754: for each function it appears in.)

I am not sure what should it be defined as when RL_FILENAME_COMPLETION is
not available...?

-alex



pgsql-hackers by date:

Previous
From: teg@redhat.com (Trond Eivind Glomsrød)
Date:
Subject: Re: postgres dies while doing vacuum analyze
Next
From: ncm@zembu.com (Nathan Myers)
Date:
Subject: Re: Encrypting pg_shadow passwords