Обсуждение: Typo: pgbench.c

Поиск
Список
Период
Сортировка

Typo: pgbench.c

От
"Moon, Insung"
Дата:
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
----------------------------------------


Вложения

Re: Typo: pgbench.c

От
Michael Paquier
Дата:
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

Вложения

RE: Typo: pgbench.c

От
"Moon, Insung"
Дата:
> -----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