Re: [PATCHES] typo in arch-dev.sgml

2003-06-21 Thread Tom Lane
Rod Taylor <[EMAIL PROTECTED]> writes: > libpg should be libpq Done (along with a lot of other editorializing that this file has been in desperate need of for a long while ...) regards, tom lane ---(end of broadcast)--- TIP

[PATCHES] typo in arch-dev.sgml

2003-06-21 Thread Rod Taylor
libpg should be libpq -- Rod Taylor <[EMAIL PROTECTED]> PGP Key: http://www.rbt.ca/rbtpub.asc Index: doc/src/sgml/arch-dev.sgml === RCS file: /home/rbt/work/postgresql/cvs/pgsql-server/doc/src/sgml/arch-dev.sgml,v retrieving revisio

[PATCHES] pg_hba.conf CIDR mask doc patch

2003-06-21 Thread Andrew Dunstan
And here it is. - Original Message - From: Andrew Dunstan To: PG Patches Sent: Thursday, June 19, 2003 7:51 PM Subject: [PATCHES] pg_hba.conf.sample Here's a small patch to pg_hba.conf.sample that explains the use of CIDR addresses.   I'm still worki

Re: [PATCHES] Thread configure flag

2003-06-21 Thread Larry Rosenman
--On Saturday, June 21, 2003 15:57:54 -0400 Bruce Momjian <[EMAIL PROTECTED]> wrote: \ Well, when the packagers wrap up 7.4 they're going to need to make a call. Either it's not going to be thread-safe, and the work was in vain, or it's thread-safe and the concerns about the supposed performanc

Re: [PATCHES] Thread configure flag

2003-06-21 Thread Bruce Momjian
Peter Eisentraut wrote: > Bruce Momjian writes: > > > First, ecpg has actual thead creation function calls, so I believe we > > will still need a --with-threads configure option, at least to control > > ecpg, unless we make threading some kind of ecpg runtime flag. > > This is not an issue becaus

[PATCHES] Patch for psql to avoid altering the PGresult strings

2003-06-21 Thread Dennis Björklund
The mbvalidate() function was called on the PGresult strings, and it changes the strings (removes unknown characters). I've change the validation function to one that either returns a new string when needed or NULL when the string already was validating. The normal case is to have validating stri

Re: [PATCHES] Patch to be verbose about being unable to read

2003-06-21 Thread Peter Eisentraut
Sean Chittenden writes: > Agreed, though one train of thought is that if someone did put a > .pgpass file in place that isn't readable, it should be known that > their efforts are being wasted in vein. I tried making several dot-files I found in my home directory unreadable (or unsearchable, in c