No title
On Mon, Dec 7, 2015 at 11:37 PM, Fujii Masao <masao.fujii@gmail.com> wrote:
The latest patch has another problem; pg_receivexlog trying to connect to
the PostgreSQL >= 9.4 always reports the following message unexpectedly.could not identify system: got 1 rows and 4 fields, expected 1 rows
and 4 or more fieldsThis problem happens because the patch incorrectly treats the case where
IDENTIFY_SYSTEM command returns NULL as database name, as an error case.Attached is the updated version of the patch, which fixes the problem.
Comments?
The patch looks good. The top comment of RunIdentifySystem is incorrect
though. It should mention that a database name is returned and not a plugin
name.
--
Michael
On Tue, Dec 8, 2015 at 4:37 PM, Michael Paquier <michael.paquier@gmail.com>
wrote:
The patch looks good. The top comment of RunIdentifySystem is incorrect
though. It should mention that a database name is returned and not a plugin
name.
I am not sure what happened here, gmail has suddendly removed the subject
of the email... Sorry for the noise and breaking the thread.
--
Michael