Joachim Wieland <joe(at)mcknight(dot)de> writes:
> - Should all the
> const char* foocompletion = { "BAR", "BAZ" };
> be changed to
> char* foocompletion = { "BAR", "BAZ" };
Removing const decoration sure seems like the wrong direction to be
going in. Why can't you still have const on the functions that expect
to take non-modifiable lists?
regards, tom lane