pg_receivewal: remove extra conn = NULL; in StreamLog - Mailing list pgsql-hackers

From Bharath Rupireddy
Subject pg_receivewal: remove extra conn = NULL; in StreamLog
Date
Msg-id CALj2ACVRiNvMDHYQGiRrGs2Z9dOydfLh2MymEk9i8CSn23UtCg@mail.gmail.com
Whole thread Raw
Responses Re: pg_receivewal: remove extra conn = NULL; in StreamLog  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-hackers
Hi,

It seems there's a redundant assignment statement conn = NULL in
pg_receivewal's StreamLog function. Attaching a tiny patch herewith.
Thoughts?

Regards,
Bharath Rupireddy.

Attachment

pgsql-hackers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Re: pg_receivewal starting position
Next
From: Álvaro Herrera
Date:
Subject: Re: \dP and \dX use ::regclass without "pg_catalog."