Re: [HACKERS] postmaster locking issues. - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] postmaster locking issues.
Date
Msg-id 36260803.4FA19246@alumni.caltech.edu
Whole thread Raw
In response to Re: [HACKERS] postmaster locking issues.  ("Marc G. Fournier" <scrappy@hub.org>)
List pgsql-hackers
> > On my RedHat Linux systems, the appropriate place seems to be
> > /var/lock or /var/lock/pgsql.
> FreeBSD has a /var/spool/lock...Solaris has /var/spool/locks
> we could put it into the template for the OS as a -DLOCK_DIR="", which
> would probably be the simplist (instead of having configure searching
> all possibilities)...

I like this. And one can override it with Makefile.custom if desired.

There are other items appearing in some of the Makefiles which would do
better to go in the templates. In particular, some of the library
Makefiles have big chunks of "ifeq ($(PORTNAME), xxx)" code containing
lots of duplicate or repetative info. We can/should move all of this
stuff out into the templates and into configure.

Something to do for v6.5...

                     - Tom

pgsql-hackers by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] Re: order by and index path
Next
From: "Marc G. Fournier"
Date:
Subject: Re: [HACKERS] PostgreSQL v6.4 BETA2...