Leftover member in openssl part of Port struct

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Leftover member in openssl part of Port struct
Date: 2016-08-31 12:45:42
Message-ID: FEA7F89C-ECDF-4799-B789-2F8DDCBA467F@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

When SSL renegotiation was removed in 426746b9 the only consumer of the openssl
specific count member in the Port struct was removed, but the member was left
together with a few updates to it which are unused. Attached patch removes the
leftovers which now serves no purpose unless I’m missing something.

cheers ./daniel

Attachment Content-Type Size
0001-Remove-leftover-member-count-in-Port.patch application/octet-stream 1.8 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-08-31 12:55:13 Re: standalone backend PANICs during recovery
Previous Message Heikki Linnakangas 2016-08-31 12:22:30 Re: Use static inline functions for Float <-> Datum conversions