Re: PL/Python patch for Universal Newline Support

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Neil Conway <neilc(at)samurai(dot)com>, pgsql-patches(at)postgresql(dot)org
Subject: Re: PL/Python patch for Universal Newline Support
Date: 2005-03-21 08:26:53
Message-ID: 20050321082653.GA18533@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Mon, Mar 21, 2005 at 01:19:35AM -0700, Michael Fuhr wrote:

> We're testing what happens when \r gets into prosrc, right? Shouldn't
> creating the function with \r in single quotes instead of dollar
> quotes work, as in the tests I showed in my original submission?

...or what about a little script or C program that generates CREATE
FUNCTION statements with various line endings? I suppose that would
more accurately simulate what client apps are doing.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2005-03-21 08:50:20 Re: PL/Python patch for Universal Newline Support
Previous Message Michael Fuhr 2005-03-21 08:19:35 Re: PL/Python patch for Universal Newline Support