Re: Re: [PATCHES] PostgreSQL virtual hosting support

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: "David J(dot) MacKenzie" <djm(at)web(dot)us(dot)uu(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [PATCHES] PostgreSQL virtual hosting support
Date: 2000-10-11 16:40:54
Message-ID: Pine.LNX.4.21.0010111833440.767-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Bruce Momjian writes:

> I am tempted to apply this. This is the second person who asked for
> binding to a single port. The patch looks quite complete, with doc
> changes. It appears to be a thorough job.

Postmaster options are evil, please put something in backend/utils/guc.c.
(This is not the fault of the patch submitter, since this interface is new
for 7.1, but that still doesn't mean we should subvert it.)

> > 2. The ability to place the Unix-domain socket in a mode 700 directory.

This would be a rather sharp instrument to offer to the world at large,
because the socket file is also a lock file, so you can't just get rid of
it.

If we were to offer that anyway, I'd opine that we reuse the -h option
(e.g., leading slash means Unix socket) rather than adding a -k option
everywhere.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2000-10-11 16:47:47 Re: Small patch to replace 'idle' by 'trans' if transaction is still open
Previous Message Peter Eisentraut 2000-10-11 16:25:35 Re: 7.0.2 on Solaris

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2000-10-11 16:47:47 Re: Small patch to replace 'idle' by 'trans' if transaction is still open
Previous Message Philip Warner 2000-10-11 16:12:47 Re: Small patch to replace 'idle' by 'trans' if transaction is still open