Re: [COMMITTERS] pgsql/ oc/src/sgml/client-auth.sgml oc/src/sgm ...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql/ oc/src/sgml/client-auth.sgml oc/src/sgm ...
Date: 2001-11-04 16:13:15
Message-ID: 4207.1004890395@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers pgsql-jdbc

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> But does this mean that postgresql.conf will be reread globally (i.e., by
> the postmaster), when the user signals HUP only to a single backend?

No. What it does mean is that ADD/DROP/ALTER USER will cause a global
reread of the conf files. That is kinda annoying, I agree.

We could avoid this by using a different signal number, but there's a
shortage of available signals. I was toying with the notion of unifying
all three of the existing reasons for signalling the postmaster
(SIGUSR1, SIGUSR2, SIGHUP) into a single child-to-parent signal number,
say SIGUSR1. A flag array in shared memory could be used to indicate
what the reason(s) are for the most recent signal. This would actually
free up one signal number, which seems like a good idea in the long run.
Comments?

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2001-11-04 18:00:17 Re: [COMMITTERS] pgsql/ oc/src/sgml/client-auth.sgml oc/src/sgm
Previous Message Peter Eisentraut 2001-11-04 13:05:24 Re: [COMMITTERS] pgsql/ oc/src/sgml/client-auth.sgml

Browse pgsql-hackers by date

  From Date Subject
Next Message Tille, Andreas 2001-11-04 16:24:04 Re: Serious performance problem
Previous Message Dave Cramer 2001-11-04 14:21:20 Re: Licensing issues including another projects source code into the jdbc driver

Browse pgsql-jdbc by date

  From Date Subject
Next Message Rene Pijlman 2001-11-04 17:44:22 Funny timezone shift causes failure in test suite
Previous Message Peter Eisentraut 2001-11-04 13:05:24 Re: [COMMITTERS] pgsql/ oc/src/sgml/client-auth.sgml