pgsql: Fix inadvertent semantics change in last patch to plug memory le

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix inadvertent semantics change in last patch to plug memory le
Date: 2014-01-21 16:57:03
Message-ID: E1W5edL-0002o8-CP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix inadvertent semantics change in last patch to plug memory leaks.

Commit a5bca4ef034f71175d46462963af2329d22068c2 accidentally changed
the semantics when the "skipping missing configuration file" is
emitted, because it forced OK to true instead of leaving the value
untouched.

Spotted by Tom Lane.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/033b2343fae9d8c9df124cde62087dcb481c9c5e

Modified Files
--------------
src/backend/utils/misc/guc-file.l | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2014-01-21 17:42:08 pgsql: Add a cardinality function for arrays.
Previous Message Robert Haas 2014-01-21 16:38:04 Re: pgsql: Plug more memory leaks when reloading config file.