Tom Lane <t...@sss.pgh.pa.us> wrote:
 
> For the moment I duplicated the existing logic of overriding
> relevant GUC variables in the process's Main() function,
 
Thanks!
 
> but I wonder if we ought to be setting these things in some more
> centralized place, like InitPostgres().  That function already
> knows quite a bit about what sort of process it's initializing ...
 
It does seem like the sort of thing which might get missed when
creating a new type of process or a new GUC which needs this type of
treatment.  Whichever placement seems most likely to get noticed
seems best; one centralized placement seems to me most likely to
attract notice and the necessary thought on the topic
 
-Kevin

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to