[PATCHES] dollar quoting for plpgsql

2004-02-25 Thread Andrew Dunstan
Tom Lane wrote: I think plpgsql's lexer also needs to be taught about dollar-quoting. The attached patch appears to do the trick: floobl=# create or replace function testme() returns text language plpgsql as $$ floobl$# begin return $foo$a'\b$bar$foo$; end; floobl$# $$; CREATE

Re: [PATCHES] dollar quoting for plpgsql

2004-02-25 Thread Tom Lane
Andrew Dunstan [EMAIL PROTECTED] writes: I think plpgsql's lexer also needs to be taught about dollar-quoting. The attached patch appears to do the trick: Applied. It needed a little more work to handle RAISE NOTICE reasonably, but I took care of that. regards, tom

[PATCHES] win32 patch

2004-02-25 Thread Bruce Momjian
I have applied the following patch. It was submitted a while ago.: For application to HEAD, following community review. * Changes incorrect CYGWIN defines to __CYGWIN__ * Some localtime returns NULL checks (when unchecked cause SEGVs under Win32 regression tests) * Rationalized

Re: [PATCHES] CYGWIN correction; ipci rationalizationg

2004-02-25 Thread Bruce Momjian
Patch applied. Thanks. --- Claudio Natoli wrote: Any chance someone could take a peek at this before it bit-rots? Cheers, Claudio -Original Message- From: Claudio Natoli To: [EMAIL PROTECTED]

Re: [PATCHES] dirmod (pg_usleep) bit-rot

2004-02-25 Thread Bruce Momjian
Patch applied. Thanks. --- Claudio Natoli wrote: For immediate application to HEAD. Corrects bit-rot of recently applied patch. win32/cygwin only. --- Certain disclaimers and policies apply to all email sent