Re: ALTER SYSTEM SET typos and fix for temporary file name management

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ALTER SYSTEM SET typos and fix for temporary file name management
Date: 2014-01-27 04:34:29
Message-ID: CAB7nPqQO=Qi42yVgKLyqt3QErzq5Bwj104EaUdNnr-hZsQL3Ug@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jan 27, 2014 at 12:49 PM, Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
> On Mon, Jan 27, 2014 at 11:53 AM, Michael Paquier
> <michael(dot)paquier(at)gmail(dot)com> wrote:
>> On Mon, Jan 27, 2014 at 11:29 AM, Michael Paquier
>> <michael(dot)paquier(at)gmail(dot)com> wrote:
>>> Hi,
>>>
>>> Please find attached an updated patch (context diffs) improving the
>>> comments related to ALTER SYSTEM. This patch does nothing for the
>>> suffix tmp/temp used in a couple of places of the code, it only
>>> corrects some typos and makes the comments more consistent with
>>> current code.
>> And I almost forgot the second patch simply changing the suffix from
>> temp to tmp for the temporary conf file... Now attached.
>> Regards,
>
> Thanks for the patches! Committed.
Thanks.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2014-01-27 05:06:48 Re: effective_cache_size calculation overflow
Previous Message Etsuro Fujita 2014-01-27 03:59:41 Re: [Review] inherit support for foreign tables