Re: [PATCHES] LDAP lookup of connection parameters

2006-04-06 Thread Albe Laurenz
This patch for libpq allows you to enter an LDAP URL in pg_service.conf. The URL will be queried and the resulting string(s) parsed for keyword = value connection options. The idea is to have connection information stored centrally on an LDAP server rather than on the client machine. I

Re: [PATCHES] pgstat: remove delayed destroy / pipe: socketerror fix

2006-04-06 Thread Magnus Hagander
That's probably not a bad idea. AFAIK we haven't had reports of it elsewhere, but it oculd happen. Want to code up a new patch, and run some tests? //Magnus -Original Message- Also, do we want to move the retry loop to pgwin32_recv? That seems like a good idea. I'm not sure

Re: [PATCHES] pgstat: remove delayed destroy / pipe:

2006-04-06 Thread Peter Brant
Sounds good. I'll check how much we're actually looping too. Pete Magnus Hagander [EMAIL PROTECTED] 04/06/06 10:27 pm That's probably not a bad idea. AFAIK we haven't had reports of it elsewhere, but it oculd happen. Want to code up a new patch, and run some tests? //Magnus