Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: [pgsql-hackers-win32] Function to do runtime relative directory - Mailing list pgsql-patches

From Tom Lane
Subject Re: [pgsql-hackers-win32] Function to do runtime relative directory
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: [pgsql-hackers-win32] Function to do runtime relative directory  (Bruce Momjian <[email protected]>)
List pgsql-patches
Bruce Momjian <[email protected]> writes:
> Andrew Dunstan wrote:
>> Shouldn't this be
>> if (toupper(*src) != toupper(*dst))

> Yep, fixed.

Also, all of the ctype.h calls need to be like

    toupper((unsigned char) *src)

to avoid problems with high-bit-set characters.

            regards, tom lane

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: Re: Dollar Quoting doc patch--resend.
Next
From: Bruce Momjian
Date:
Subject: Re: Dollar Quoting doc patch--resend.