Thread
Commits
-
Fix typo in pgbench.c
- 1699e6dd1fa7 12.0 landed
-
Typo: pgbench.c
Moon, Insung <moon_insung_i3@lab.ntt.co.jp> — 2019-01-23T05:18:49Z
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 <michael@paquier.xyz> — 2019-01-23T06:01:01Z
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 <moon_insung_i3@lab.ntt.co.jp> — 2019-01-23T06:22:33Z
> -----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