src/bin/psql/input.c

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: src/bin/psql/input.c
Date: 2003-06-25 03:23:02
Message-ID: 1056511381.69651.36.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)rbt(dot)ca>

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

Attachment Content-Type Size
readline.patch text/x-patch 1.2 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-06-25 03:40:10 Re: LIKE <subtable> (second attempt)
Previous Message Rod Taylor 2003-06-25 03:07:56 %x, %g warnings