Fix to expose a GUC variable, Log_disconnections, to outside of postgres.c

From: Satoshi Nagayasu <snaga(at)uptime(dot)jp>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Fix to expose a GUC variable, Log_disconnections, to outside of postgres.c
Date: 2015-07-09 03:52:20
Message-ID: 559DEFF4.9030609@uptime.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I just found that Log_disconnections value has not been
exposed to outside of postgres.c.
Despite that, Log_connections has already been exposed.

So, I'd like to add attached fix to touch the Log_disconnections
value in other modules.

Any comments?

Regards,
--
NAGAYASU Satoshi <snaga(at)uptime(dot)jp>

Attachment Content-Type Size
Log_disconnections.diff text/plain 671 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2015-07-09 04:06:13 Re: Fix to expose a GUC variable, Log_disconnections, to outside of postgres.c
Previous Message David Rowley 2015-07-09 02:41:27 Re: Memory Accounting v11