Robert Haas <robertmh...@gmail.com> writes: > OK, here is v2. One slightly unfortunate thing about this is that we > end up with a line that is over 80 characters:
> extern DestReceiver *CreateExplainSerializeDestReceiver(struct > ExplainState *es); > Aside from perhaps shortening the function name, I don't see how to avoid > that. Can't get terribly excited about that. But speaking of CreateExplainSerializeDestReceiver, I see that a declaration of it is still there at the bottom of explain.h: extern DestReceiver *CreateExplainSerializeDestReceiver(ExplainState *es); #endif /* EXPLAIN_H */ Oversight I assume? regards, tom lane