Minor improvement to explain.c

Started by Etsuro Fujitaabout 11 years ago3 messages
#1Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp
1 attachment(s)

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
  *
#2Fujii Masao
masao.fujii@gmail.com
In reply to: Etsuro Fujita (#1)
Re: Minor improvement to explain.c

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

#3Etsuro Fujita
fujita.etsuro@lab.ntt.co.jp
In reply to: Fujii Masao (#2)
Re: Minor improvement to explain.c

(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