src/bin/psql/input.c - Mailing list pgsql-patches

From Rod Taylor
Subject src/bin/psql/input.c
Date
Msg-id 1056511381.69651.36.camel@jester
Whole thread Raw
Responses Re: src/bin/psql/input.c  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
It seems that readline() on my system (FreeBSD 4.8) isn't declared to
take the prompt as a const.  Thus, remove const from gets_interactive()
to remove the warning.
--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

Attachment

pgsql-patches by date:

Previous
From: Rod Taylor
Date:
Subject: %x, %g warnings
Next
From: Bruce Momjian
Date:
Subject: Re: LIKE (second attempt)