ALTER SYSTEM SET typos and fix for temporary file name management - Mailing list pgsql-hackers

From Michael Paquier
Subject ALTER SYSTEM SET typos and fix for temporary file name management
Date
Msg-id CAB7nPqQ7RdVgJac7Dgv6B_GQs+H8VA51q1RQS3DEWM+463fbOQ@mail.gmail.com
Whole thread Raw
Responses Re: ALTER SYSTEM SET typos and fix for temporary file name management  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
Hi all,

After going through commit 65d6e4c (introducing ALTER SYSTEM SET), I
noticed a couple of typo mistakes as well as (I think) a weird way of
using the temporary auto-configuration name postgresql.auto.conf.temp
in two different places, resulting in the patch attached.

It might be an overkill to use a dedicated variable for the temporary
autoconfiguration file (here PG_AUTOCONF_FILENAME_TEMP), but I found
kind of weird the way things are currently done on master branch. IMO,
it would reduce bug possibilities to have everything managed with a
single variable.

Typos at least should be fixed :)
Regards,
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Florian Pflug
Date:
Subject: Re: [PATCH] Negative Transition Aggregate Functions (WIP)
Next
From: Andrew Dunstan
Date:
Subject: Re: Deprecations in authentication