small typo about comment in xlog.c

Поиск
Список
Период
Сортировка
От Tomonari Katsumata
Тема small typo about comment in xlog.c
Дата
Msg-id 53461BD0.9050009@po.ntts.co.jp
обсуждение исходный текст
Ответы Re: small typo about comment in xlog.c  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список pgsql-hackers
Hi,

I'm reading xlog.c, and I noticed a comment of
do_pg_abort_backup is typo.

...
10247 * NB: This is only for aborting a non-exclusive backup that
doesn't write
10248 * backup_label. A backup started with pg_stop_backup() needs to be
finished
10249 * with pg_stop_backup().
...

I think "A backup started with pg_stop_backup()" should be
"A backup started with pg_start_backup()".

This is a bug about source comment, so it's not big problem.
But I want to fix the comment.
See attached patch.

regards,
--------------
Tomonari Katsumata


Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: [bug fix] pg_ctl always uses the same event source
Следующее
От: Rajeev rastogi
Дата:
Сообщение: Re: Autonomous Transaction (WIP)