Re: pgsql: Fix typos in comments. - Mailing list pgsql-committers

From Andrew Dunstan
Subject Re: pgsql: Fix typos in comments.
Date
Msg-id 53BA9A1C.9070006@dunslane.net
Whole thread Raw
In response to pgsql: Fix typos in comments.  (Fujii Masao <fujii@postgresql.org>)
Responses Re: pgsql: Fix typos in comments.
List pgsql-committers
On 07/07/2014 06:56 AM, Fujii Masao wrote:
> Fix typos in comments.
>
> Branch
> ------
> master
>
> Details
> -------
> http://git.postgresql.org/pg/commitdiff/4cbd12832839830fe58bb5d9d4ba7e2ec84952ce
>
> Modified Files
> --------------
> src/backend/tcop/postgres.c        |    2 +-
> src/bin/pg_basebackup/receivelog.c |    2 +-
> src/include/postgres.h             |    2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
>

New typo here in receivelog.c:

s/miliseconds/milliseconds/


cheers

andrew


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Fix typos in comments.
Next
From: Bruce Momjian
Date:
Subject: pgsql: pg_upgrade: allow upgrades for new-only TOAST tables