Re: [PATCHES] HOT latest patch - version 8

2007-07-16 Thread korryd
I'm looking for ways to make the patch simpler and less invasive. Any objections to changing the name of RedirectDead? A RedirectDead ItemId is not really redirected, it's just a stub representing a dead tuple (the space for that tuple has been reused but an index entry may still point to the

Re: [HACKERS] [PATCHES]

2007-02-28 Thread korryd
Not that I think that anyone owning both a law degree and a computer in 2007 should legitimately be able to plead innocence here. FAST Australia's lawyers are making themselves look like idiots, and the same for every other company tacking on such notices. I think the real bottom line

Re: [PATCHES] [pgsql-patches] Patch to avoidgprofprofilingoverwrites

2007-02-21 Thread korryd
Applied. Thanks for your help Bruce (and Tom and Nikhil). -- Korry

Re: [PATCHES] [pgsql-patches] Fixed shared_preload_libraries on Win32

2007-02-08 Thread korryd
Patch applied. Thanks. I did not backpatch this to 8.2.X. If I should, let me know. Thanks Bruce - this bug will prevent plugins (like the PL/pgSQL debugger, profiler, and tracer) from working on Windows hosts, so I think it would be useful to backpatch to 8.2. -- Korry

Re: [PATCHES] [pgsql-patches] Fixed shared_preload_libraries onWin32

2007-02-08 Thread korryd
[EMAIL PROTECTED] wrote: Patch applied. Thanks. I did not backpatch this to 8.2.X. If I should, let me know. Thanks Bruce - this bug will prevent plugins (like the PL/pgSQL debugger, profiler, and tracer) from working on Windows hosts, so I think it would be useful to

Re: [PATCHES] [pgsql-patches] Patch to avoid gprofprofilingoverwrites

2007-02-01 Thread korryd
Right - but LINUX_PROFILE was added to correct Linux specific oddities with the time counter accumulation, whereas your patch is not Linux specific at all. So I think a more representative symbol is required. Yeah, that was my problem with the patch too. The issue that it's addressing

[pgsql-patches] Patch to avoid gprof profiling overwrites

2007-01-31 Thread korryd
It's difficult to profile a backend server process (using gprof) because each process overwrites any earlier profile as it exits. It is especially tricky to nab a useful profile if you happen to have autovacuum enabled. This patch reduces the problem by forcing the backend to 'cd' to a new

[pgsql-patches] Fixed shared_preload_libraries on Win32

2007-01-29 Thread korryd
This patch fixes shared_preload_libraries on Windows hosts. It forces ach backend to re-load all shared_preload_libraries. (see http://archives.postgresql.org/pgsql-hackers/2007-01/msg01498.php for discussion) -- Korry -- Korry Douglas[EMAIL PROTECTED] EnterpriseDB

Re: [PATCHES] Updated XML patch

2007-01-06 Thread korryd
s/XMLGEN/XMLAGG/ Sorry, I meant XMLAGG() not XMLGEN() And now that I have the name right, I found the answer: http://archives.postgresql.org/pgsql-hackers/2006-12/msg01022.php Sorry to be a bother... -- Korry

Re: [PATCHES] Updated XML patch

2007-01-05 Thread korryd
Here is an updated updated XML patch. Unless there are objections of the sort that this approach is totally wrong or there is crash potential, I'd like to get this committed this week and fill in the gaps next year. Peter - I have a few quick questions about the XML patch that you

Re: [PATCHES] Updated XML patch

2007-01-05 Thread korryd
s/XMLGEN/XMLAGG/ Sorry, I meant XMLAGG() not XMLGEN() -- Korry Here is an updated updated XML patch. Unless there are objections of the sort that this approach is totally wrong or there is crash potential, I'd like to get this committed this week and fill in the gaps