Re: [PATCHES] PL/Python error checking

2005-07-11 Thread Michael Fuhr
On Sun, Jul 10, 2005 at 12:58:24AM -0400, Bruce Momjian wrote: > Michael Fuhr wrote: > > The patch is against HEAD but the same changes should be applied > > to earlier versions because they have the same problem. The patch > > might not apply cleanly against earlier versions -- will the committer

Re: [PATCHES] Multi-byte and client side character encoding tests for

2005-07-11 Thread Ayush Parashar
I sent this patch couple of days back. Looks like as patch size with the files that needs to be added is nearly 550k, the email did not go through. Resending only the patch. Please help me on how to send the new files that needs to be added with this patch (the gzipped file size is about 500k).

Re: [PATCHES] thousands comma numeric formatting in psql

2005-07-11 Thread Peter Eisentraut
Bruce Momjian wrote: > I have heavily modified your patch and have applied it. Instead of > using langinfo, I used a \pset variable numericsep. Why? -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---(end of broadcast)--- TIP 6: expl

Re: [PATCHES] Constraint Exclusion (Partitioning) - Initial Review

2005-07-11 Thread Simon Riggs
On Sat, 2005-07-02 at 15:56 -0400, Bruce Momjian wrote: > > Main questions: > > 1. How should we handle the case where *all* inherited relations are > > excluded? (This is not currently covered in the code). > > I assume this means we don't return any rows. Why it is an issue? Not so much an iss

Re: [PATCHES] regexp_replace

2005-07-11 Thread Atsushi Ogawa
Bruce Momjian wrote: > I have applied your patch, with slight adjustments in spacing and > documentation. > > Patch applied. Thanks. Thank you for applying patch. An attached patch is a small additional improvement. This patch use appendStringInfoText instead of appendStringInfoString. There

[PATCHES] plpgsql debugger (experimental) (fwd)

2005-07-11 Thread Pavel Stehule
Hello I can't to send this mail to pghackers. I don't know reason, it's unimportant. Next some months I can't to continue in my less work for postgres. Maybe can be usefull and inspiration for somebody. Attachments contains patch for debugger (tracer) plpgsql and sample session. This patch is