Philip Warner <[EMAIL PROTECTED]> writes:
> At 11:10 17/08/2002 -0400, Tom Lane wrote:
> Temp tables not deleted if postmaster crashes
>>
>> This is dealt with in current sources, although not in the way you propose.
> Great - what does it do?
Temp-table namespaces are flushed when a backend fi
At 11:10 17/08/2002 -0400, Tom Lane wrote:
> > Temp tables not deleted if postmaster crashes
>
>This is dealt with in current sources, although not in the way you propose.
Great - what does it do?
> regards, tom lane
---(end of broadcast)---
Yep I thought so - that's why I didn't think it's really a bug - but the
include really ought to be after the define, and if it was I would be able
to use the same headers for both cygwin and non-cygwin builds...would just
be 'nice to have'.
- Original Message -
From: "Peter Eisentraut" <
Scott writes:
> I'm not sure if what I've noticed fully qualifies as a bug...but, I run cygwin and
>also do a lot of development with vc++ (6)...Using version 7.2.1 I built the libpq++
>libs/dll for win32 for use in my vc++ progs, and also ran the 'configure' script
>under cygwin...the problem
[EMAIL PROTECTED] writes:
> Temp tables not deleted if postmaster crashes
This is dealt with in current sources, although not in the way you propose.
regards, tom lane
---(end of broadcast)---
TIP 2: you can get off all lis
Scott wrote:
> Hi Bruce,
>
> The path is:
>
> postgresql-7.2.1/src/include/pg_config_os.h
Oh, OK. I don't see an #include in that file so I am
confused how it got there.
>
> Just while I'm here - congrats for a great peice of software, and on such a
> quick response time! :)
>
> Another n
Hi Bruce,
The path is:
postgresql-7.2.1/src/include/pg_config_os.h
Just while I'm here - congrats for a great peice of software, and on such a
quick response time! :)
Another note - I applied that patch for QNX6 (forget authors name - sorry -
but the one that you guys argued about pretty inte
Philip Warner ([EMAIL PROTECTED]) reports a bug with a severity of 2
The lower the number the more severe it is.
Short Description
Temp tables not deleted if postmaster crashes
Long Description
If a postmaster crashes then any temporary tables associated with the backend will not
be deleted, wh