"Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au> writes:
> static TextOutputState *begin_text_output(CommandDest dest, char *title);
> static void do_text_output(TextOutputState *tstate, char *aline);
> static void do_text_output_multiline(TextOutputState *tstate, char *text);
> static void end_text_output(TextOutputState *tstate);
> I should really move these off somewhere else and make them a bit more
> global and generic.
What's insufficiently generic about them for you?
regards, tom lane