Re: [HACKERS] flock patch breaks things here

From: dg(at)informix(dot)com (David Gould)
To: scrappy(at)hub(dot)org (The Hermit Hacker)
Cc: dg(at)informix(dot)com, maillist(at)candle(dot)pha(dot)pa(dot)us, tgl(at)sss(dot)pgh(dot)pa(dot)us, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] flock patch breaks things here
Date: 1998-08-31 17:49:10
Message-ID: 9808311749.AA13101@hawk.oak.informix.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> On Mon, 31 Aug 1998, David Gould wrote:
>
> > Also, before sprinkling files all over it is good to try to conform
> > to the FHS (File Hierarchy Standard) (see http://www.pathname.com/fhs/)
> > which is pretty easy to do and likely to make life easier later.
>
> I just downloaded and skim'd the fhs notes, and it looks
> reasonable...but, other then the current socket in /tmp, we don't
> "splinkle files all over"...do we? *raised eyebrow*
>

Well, perhaps not, thay might have been hyperbole, but I wanted to head it
off before it happened.

Also, what about moving the socket to the PG_DATA dir and then creating a
symlink to it in /tmp for older clients. New installations could optionally
not create (or remove) the symlink...

-dg

David Gould dg(at)informix(dot)com 510.628.3783 or 510.305.9468
Informix Software (No, really) 300 Lakeside Drive Oakland, CA 94612
- If simplicity worked, the world would be overrun with insects. -

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-08-31 18:06:48 Re: [HACKERS] flock patch breaks things here
Previous Message Bruce Momjian 1998-08-31 17:48:52 Re: [HACKERS] TPRINTF in trace.h