Thread: Typo: pgbench.c

Typo: pgbench.c

From
"Moon, Insung"
Date:
Dear hackers.

I found a minor typo in the comment pgbench.c.

-         * always allocate one more in order to accomodate the NULL terminator
+         * always allocate one more in order to accommodate the NULL terminator

Attached fix it.

Regards.
Moon.
----------------------------------------
Moon, insung
NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center
----------------------------------------


Attachment

Re: Typo: pgbench.c

From
Michael Paquier
Date:
On Wed, Jan 23, 2019 at 02:18:49PM +0900, Moon, Insung wrote:
> Attached fix it.

Thanks, pushed.  Please note that the indentation was not correct
after applying your patch.
--
Michael

Attachment

RE: Typo: pgbench.c

From
"Moon, Insung"
Date:
> -----Original Message-----
> From: Michael Paquier [mailto:michael@paquier.xyz]
> Sent: Wednesday, January 23, 2019 3:01 PM
> To: Moon, Insung
> Cc: 'Pg Hackers'
> Subject: Re: Typo: pgbench.c
> 
> On Wed, Jan 23, 2019 at 02:18:49PM +0900, Moon, Insung wrote:
> > Attached fix it.
> 
> Thanks, pushed.  Please note that the indentation was not correct after applying your patch.

Thank you. 
I'll read your advice and the PostgreSQL manual and 
be careful when posting the future patch.

Regards.
Moon.

> --
> Michael