Re: [BUGS] BUG #6425: Bus error in slot_deform_tuple

2012-02-04 Thread Simon Riggs
On Fri, Feb 3, 2012 at 6:45 AM, Tom Lane wrote: > I wrote: >> I have not gotten very far with the coredump, except to observe that >> gdb says the Assert ought to have passed: ... >> This suggests very strongly that indeed the buffer was changing under >> us. > > I probably ought to let the test c

Re: [BUGS] BUG #6425: Bus error in slot_deform_tuple

2012-02-04 Thread Bridget Frey
We deployed the patch to one of our production slaves at 3:30 PM yesterday (so roughly 20 hours ago), and since then we have not seen any alloc errors. On Feb 2nd, the last full day in which we ran without the patch, we saw 13 alloc errors. We're going to continue monitoring this slave, but we're

Re: [BUGS] BUG #6404: postgres account not created during unattended install

2012-02-04 Thread Mark Phillips
Thank you for your reply. On Feb 3, 2012, at 9:31 AM, Dharmendra Goyal wrote: > On Fri, Feb 3, 2012 at 10:37 PM, Mark Phillips > wrote: > After considering your remarks and modifying the app install script, the app > installation completes normally with a functioning PostgreSQL installation.

Re: [BUGS] converting between infinity timestamp and float8 (epoch)

2012-02-04 Thread Bruce Momjian
TODO added: Determine how to represent date/time field extraction on infinite timestamps extract(epoch from infinity) is not 0 converting between infinity timestamp and float8 --