pg_receivewal: remove extra conn = NULL; in StreamLog

From: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: pg_receivewal: remove extra conn = NULL; in StreamLog
Date: 2021-08-28 12:10:55
Message-ID: CALj2ACVRiNvMDHYQGiRrGs2Z9dOydfLh2MymEk9i8CSn23UtCg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
v1-0001-pg_receivewal-remove-extra-conn-NULL-in-StreamLog.patch application/octet-stream 680 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Álvaro Herrera 2021-08-28 12:57:32 Re: \dP and \dX use ::regclass without "pg_catalog."
Previous Message Bharath Rupireddy 2021-08-28 12:10:25 Re: pg_receivewal starting position