The following bug has been logged online:
Bug reference: 4812
Logged by: George Su
Email address: george...@efrontier.com
PostgreSQL version: 8.3.6
Operating system: SUSE Linux
Description:statistics not available on tables containing only
hstore column
Details:
If
On Fri, 2009-05-15 at 18:03 -0400, Tom Lane wrote:
> I didn't read this thread earlier, but now that I have, it seems to be
> making a mountain out of a molehill.
We've discussed a complex issue to pursue other nascent bugs. It's
confused all of us at some point, but seems we're thru that now.
On Fri, May 15, 2009 at 10:55 PM, Tom Lane wrote:
> This is a bit devious, but ... add an on_proc_exit call that's set up
> by plperl.c's init before it calls Perl, and put the infinite loop
> inside there. Then you don't hit it in any of the other processes.
Ooh, sneaky. I like it. Not sure it
Dave Page writes:
> Ooh, sneaky. I like it. Not sure it helps much though:
> postgres.exe!atexit_callback() Line 228 C
> msvcr80.dll!doexit(int code=0, int quick=0, int retcaller=1) Line 553
> C
> msvcr80.dll!_cexit() Line 413 + 0xb bytes C
> msvcr80.dll!__CRTDLL_
On Sat, May 16, 2009 at 7:28 PM, Tom Lane wrote:
> Dave Page writes:
>> Ooh, sneaky. I like it. Not sure it helps much though:
>
>> postgres.exe!atexit_callback() Line 228 C
>> msvcr80.dll!doexit(int code=0, int quick=0, int retcaller=1) Line 553
>> C
>> msvcr80.dll!_cexit()
On Sat, May 16, 2009 at 7:37 PM, Dave Page wrote:
> BTW, I'm currently attempting to build perl myself so I can get a more
> helpful backtrace. Strawberry perl exhibits the same crash and doesn't
> come with symbols either.
Hmm, that was easier than I expected:
ntdll.dll!7c91b21a()
Dave Page writes:
> Hmm, that was easier than I expected:
> perl510.dll!PerlIOUnix_refcnt_inc(int fd=0) Line 2339 C
> perl510.dll!PerlIOUnix_setfd(interpreter * my_perl=0x,
> _PerlIO * * f=0x, int fd=0, int imode=0) Line 2548 + 0xc
> bytes C
> perl510.dll!Perl