Bug of pg_receivexlog -v - Mailing list pgsql-hackers

From Fujii Masao
Subject Bug of pg_receivexlog -v
Date
Msg-id CAHGQGwGjt=uOZihgcSrsBqVB-ix5Jjs6wQxsd8zfzMvdz=8ePg@mail.gmail.com
Whole thread Raw
Responses Re: Bug of pg_receivexlog -v
Re: Bug of pg_receivexlog -v
List pgsql-hackers
Hi,

In 9.2, pg_receivexlog -v has emitted the messages as follows at the
end of each WAL file.

pg_receivexlog: finished segment at 0/2000000 (timeline 1)
pg_receivexlog: finished segment at 0/3000000 (timeline 1)
pg_receivexlog: finished segment at 0/4000000 (timeline 1)

But, while reviewing the pg_receivexlog patch written by Furuya, I
found that 0b63291 had
broken this feature, and then now pg_receivexlog -v doesn't emit such
messages at all.
Attached patch fixes this problem. This needs to be back-patched to 9.3.

Regards,

--
Fujii Masao

Attachment

pgsql-hackers by date:

Previous
From: Vik Fearing
Date:
Subject: Re: [BUGS] BUG #10823: Better REINDEX syntax.
Next
From: Kevin Grittner
Date:
Subject: Re: numeric and float comparison oddities