Re: [PATCHES] related problem of path by msvc

2006-09-08 Thread Magnus Hagander
> Ah...I am sorry in spam mail.:-( > It is this surely.. > > Sorry..all This patch looks like it has some weird combination of unix and windows line endings. Was that intentional? //Magnus ---(end of broadcast)--- TIP 1: if posting/readin

Re: [PATCHES] related problem of path by msvc

2006-09-08 Thread Hiroshi Saito
Hi Magnus. From: "Magnus Hagander" This patch looks like it has some weird combination of unix and windows line endings. Was that intentional? Ea? No, did I miss something? Regards, Hiroshi Saito ---(end of broadcast)--- TIP 1: if posting/re

Re: [PATCHES] related problem of path by msvc

2006-09-08 Thread Magnus Hagander
> > This patch looks like it has some weird combination of unix and > > windows line endings. Was that intentional? > > Ea? No, did I miss something? When I open the patch, the first part of it has windows line endings and the second part has unix line endings. //Magnus ---

Re: [PATCHES] [HACKERS] Simplifying "standby mode"

2006-09-08 Thread Simon Riggs
On Wed, 2006-09-06 at 12:01 -0400, Bruce Momjian wrote: > Simon Riggs wrote: > > > > Likely to be completed by end of next week now, submitted in chunks: > > > > 1. Notes on restartable recovery Included here > > 2. Notes on standby functionality > > 3. discussion on rolling your own record-lev

Re: [PATCHES] [HACKERS] Fix linking of OpenLDAP libraries

2006-09-08 Thread Tom Lane
"Albe Laurenz" <[EMAIL PROTECTED]> writes: > I did not only add them to the Makefile for interfaces/libpq, > but also everywhere something is linked against libpq in case > somebody links static. I intensely dislike that part of the patch, but will work on applying the rest. If we do need to star

Re: [PATCHES] [HACKERS] Fix linking of OpenLDAP libraries

2006-09-08 Thread Martijn van Oosterhout
On Fri, Sep 08, 2006 at 03:20:00PM -0400, Tom Lane wrote: > "Albe Laurenz" <[EMAIL PROTECTED]> writes: > > I did not only add them to the Makefile for interfaces/libpq, > > but also everywhere something is linked against libpq in case > > somebody links static. > If we do need to start mentioning

Re: [PATCHES] [HACKERS] Fix linking of OpenLDAP libraries

2006-09-08 Thread Tom Lane
"Albe Laurenz" <[EMAIL PROTECTED]> writes: > Here is a new patch that replaces the previous one; it adds two > macros LDAP_LIBS_FE and LDAP_LIBS_BE for frontend and backend, > respectively. > I did not only add them to the Makefile for interfaces/libpq, > but also everywhere something is linked ag