Minor improvement to explain.c
Hi,
The attached patch just removes one bad-looking blank line in the
comments at the top of a function in explain.c.
Thanks,
Best regards,
Etsuro Fujita
Attachments:
blank-line.patchtext/x-patch; name=blank-line.patchDownload
diff --git a/src/backend/commands/explain.c b/src/backend/commands/explain.c
index 332f04a..064f880 100644
--- a/src/backend/commands/explain.c
+++ b/src/backend/commands/explain.c
@@ -568,7 +568,6 @@ ExplainPrintPlan(ExplainState *es, QueryDesc *queryDesc)
/*
* ExplainPrintTriggers -
-
* convert a QueryDesc's trigger statistics to text and append it to
* es->str
*
On Thu, Dec 18, 2014 at 12:52 PM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:
Hi,
The attached patch just removes one bad-looking blank line in the
comments at the top of a function in explain.c.
Applied.
Regards,
--
Fujii Masao
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
(2014/12/18 17:34), Fujii Masao wrote:
On Thu, Dec 18, 2014 at 12:52 PM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp> wrote:The attached patch just removes one bad-looking blank line in the
comments at the top of a function in explain.c.Applied.
Thanks!
Best regards,
Etsuro Fujita
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers