Re: [HACKERS] Re: [DOCS] Open 7.1 items

2001-02-10 Thread Bruce Momjian
> Bruce Momjian writes: > > >> Allow location of Unix domain socket to be configurable (David J. MacKenzie) > >> Allow postmaster to listen on a specific IP address (David J. MacKenzie) > >> Allow socket path name to be specified in hostname by using leading slash > >> (David J. MacKenzie) > >> A

Re: [HACKERS] Re: [DOCS] Open 7.1 items

2001-02-09 Thread Tom Lane
Bruce Momjian writes: >> Allow location of Unix domain socket to be configurable (David J. MacKenzie) >> Allow postmaster to listen on a specific IP address (David J. MacKenzie) >> Allow socket path name to be specified in hostname by using leading slash >> (David J. MacKenzie) >> Allow CREATE DA

[HACKERS] Re: [DOCS] Open 7.1 items

2001-02-09 Thread Bruce Momjian
> Bruce Momjian writes: > > > Source Code Changes > > --- > > > Fix ipcclean on Linux > > It's fixed. Or what is the problem? The issue was that the ipcs code did not work on Linux. In fact, reference to variable $ipcs_pid doesn't even work because it is not defined. I belie

[HACKERS] Re: [DOCS] Open 7.1 items

2001-02-09 Thread Peter Eisentraut
Bruce Momjian writes: > Source Code Changes > --- > Fix ipcclean on Linux It's fixed. Or what is the problem? > unixODBC This would be a new feature. I'm having some private conversation with the unixODBC maintainer about how to handle this. We'll work on it for 7.2. > Doc