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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
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
Date: 2001-11-04 13:05:24
Message-ID: Pine.LNX.4.30.0111031822050.607-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers pgsql-jdbc

Tom Lane writes:

> > Tom, does a client do a kill() to its parent on password change?
>
> Right, it's basically the same as the way we handle checkpoint and
> SI-overrun signaling:
>
> /*
> * Signal the postmaster to reload its password-file cache.
> */
> if (IsUnderPostmaster)
> kill(getppid(), SIGHUP);

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? I
guess this is actually a good idea, but it would be a change of
functionality. Admittedly, the window of utility of signalling only a
single backend is small, but let's make sure the hupping behavior is
correctly documented, because this is possibly not expected.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-11-04 16:13:15 Re: [COMMITTERS] pgsql/ oc/src/sgml/client-auth.sgml oc/src/sgm ...
Previous Message pjw 2001-11-04 04:05:36 pgsql/src/bin/pg_dump pg_backup_archiver.c pg_ ...

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Cramer 2001-11-04 14:21:20 Re: Licensing issues including another projects source code into the jdbc driver
Previous Message Peter Eisentraut 2001-11-04 13:04:54 Re: Licensing issues including another projects source

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Lane 2001-11-04 16:13:15 Re: [COMMITTERS] pgsql/ oc/src/sgml/client-auth.sgml oc/src/sgm ...
Previous Message Tom Lane 2001-11-03 18:02:12 Re: Backend Protocol