pgsql: Make event_source visible on all platforms

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make event_source visible on all platforms
Date: 2011-10-25 20:41:49
Message-ID: E1RInoj-00070J-Ps@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make event_source visible on all platforms

On non-windows platform, we just ignore any value set there.

Noted by Jaime Casanova

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a87b9ae1612d0e01093e691a5a6b1a37e1dcb9fb

Modified Files
--------------
src/backend/utils/misc/guc.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2011-10-25 20:46:48 pgsql: Fix typo
Previous Message Magnus Hagander 2011-10-25 20:40:13 Re: pgsql: Support configurable eventlog application names on Windows