Joachim Wieland <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster