Re: moving some code out of explain.c
| От | Tom Lane |
|---|---|
| Тема | Re: moving some code out of explain.c |
| Дата | |
| Msg-id | 2629271.1740692881@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Re: moving some code out of explain.c (Robert Haas <robertmhaas@gmail.com>) |
| Ответы |
Re: moving some code out of explain.c
|
| Список | pgsql-hackers |
Robert Haas <robertmhaas@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
В списке pgsql-hackers по дате отправления: