Re: [HACKERS] Current Sources/UW7.1.1

2001-01-02 Thread Larry Rosenman
* Tom Lane [EMAIL PROTECTED] [010101 23:26]: Larry Rosenman [EMAIL PROTECTED] writes: * Tom Lane [EMAIL PROTECTED] [010101 23:16]: [snip] there are a couple of them that I *THINK* have more tuples on one side or the other of the Diff. I'll try and narrow them... (or shouldn't I

[HACKERS] Re: Using Threads?

2001-01-02 Thread mlw
Myron Scott wrote: For anyone interested, I have posted my multi-threaded version of PostgreSQL here. http://www.sacadia.com/mtpg.html It is based on 7.0.2 and the TAO CORBA ORB which is here. http://www.cs.wustl.edu/~schmidt/TAO.html Myron Scott [EMAIL PROTECTED] Sounds cool.

[HACKERS] Re: [INTERFACES] Re: PHP and PostgreSQL

2001-01-02 Thread mlw
Bruce Momjian wrote: Does this requested chagne have to do with Apache or PostgreSQL? I suspect it is a request that live postgresql processes can linger around after a connection is completed and be re-assigned to a new connection as soon as one comes along. This will save the startup cost

[HACKERS] Re: [COMMITTERS] pgsql/src (Makefile.global.in)

2001-01-02 Thread Tom Lane
Peter Eisentraut [EMAIL PROTECTED] writes: [ # Update timestamp for config.h (see Makefile.global) ! test x"$CONFIG_HEADERS" != x"" echo src/include/stamp-h ]) This only updates the stamp file if config.h is actually being considered by config.status. Someday there will need to be

Re: [HACKERS] Re: [COMMITTERS] pgsql/src (Makefile.global.in)

2001-01-02 Thread Ian Lance Taylor
Peter Eisentraut [EMAIL PROTECTED] writes: That would probably work, but I'm kind of hesitant to create an empty input file in cvs just to serve this marginal feature. (It wouldn't take /dev/null because it tries to use .//dev/null.) Moreover, the likely candidate name stamp-h.in is sort

Re: [HACKERS] GNU readline and BSD license

2001-01-02 Thread Patrick Welche
On Sat, Dec 30, 2000 at 02:34:24AM +0100, Peter Eisentraut wrote: If libedit could be used as an alternative to readline depending on your operating system setup then there's nothing wrong with that. NetBSD already went the other way around and made libedit compatible with readline. I had

Re: [HACKERS] Patches with vacuum fixes available for 7.0.x

2001-01-02 Thread Alfred Perlstein
* Peter Schmidt [EMAIL PROTECTED] [010102 12:53] wrote: Will these patchsets be available to the public? I get: "You don't have permission to access /~alfred/vacfix/vlazy.tgz on this server" Thanks. Peter There's three patchsets and they are available at:

Re: [HACKERS] GNU readline and BSD license

2001-01-02 Thread Bruce Momjian
Added to TODO: * Allow libedit to be used in place of libreadline On Sun, Dec 31, 2000 at 01:06:40PM +0100, Peter Eisentraut wrote: I've removed the statement for now, since it was being used incorrectly anyway, but for the future I suggest that NetBSD catch up, if it wants to stay

Re: [HACKERS] GNU readline and BSD license

2001-01-02 Thread Bruce Momjian
On Sat, Dec 30, 2000 at 02:34:24AM +0100, Peter Eisentraut wrote: If libedit could be used as an alternative to readline depending on your operating system setup then there's nothing wrong with that. NetBSD already went the other way around and made libedit compatible with readline.

[HACKERS] Re: [INTERFACES] Re: PHP and PostgreSQL

2001-01-02 Thread Tom Samplonius
On Tue, 2 Jan 2001, mlw wrote: Bruce Momjian wrote: Does this requested chagne have to do with Apache or PostgreSQL? I suspect it is a request that live postgresql processes can linger around after a connection is completed and be re-assigned to a new connection as soon as one comes

[HACKERS] Re: [INTERFACES] Re: PHP and PostgreSQL

2001-01-02 Thread Tom Lane
Tom Samplonius [EMAIL PROTECTED] writes: ... Besides, as already has been tested, session startup time is minimal. Well, mumble ... I think the startup time is negligible if you are issuing a reasonable number of queries per session (say a few dozen). But if you connect, issue one query, and

[HACKERS] Please review TODO list

2001-01-02 Thread Bruce Momjian
Would people please check the TODO list in pgsql/doc/TODO or on our web site, and let me know if there are any items that need a dash because they are completed in 7.1? I think I may have missed a few. -- Bruce Momjian| http://candle.pha.pa.us [EMAIL PROTECTED]