odd output of pg_basebackup

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Magnus Hagander <magnus(at)hagander(dot)net>
Subject: odd output of pg_basebackup
Date: 2011-02-07 12:43:00
Message-ID: AANLkTikauvbEzD5qbRLMNwMx-feQN_nfHwOuCYDkLqqP@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

When I ran pg_basebackup with -x, -P and -v options, I encountered
the following odd output.

$ pg_basebackup -D hoge -x -P -v
xlog start point: 0/2000020
33708/17322 kB (100%) 1/1 tablespaces (
)000002)

"000002)" is a part of the previously reported message, it looks
odd that the subsequent progress report doesn't reset that. We
should reset the output buffer with each progress report?

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dimitri Fontaine 2011-02-07 13:31:49 Re: DROP SCHEMA xxx CASCADE: ERROR: could not open relation with OID yyy
Previous Message Dimitri Fontaine 2011-02-07 12:33:23 Re: Range Types