Re: [BUGS] BUG #3845: tray icon that service is running

2008-01-03 Thread bozhan
Цитат от Bill Moran <[EMAIL PROTECTED]>: "Usama Dar" <[EMAIL PROTECTED]> wrote: On Dec 30, 2007 3:51 AM, Bozhan <[EMAIL PROTECTED]> wrote: > > The following bug has been logged online: > > Bug reference:      3845 > Logged by:          Bozhan > Email address:      [EMAIL PROTECTED] > Post

[BUGS] ctrl \ makes psql 8.2.5 dump core

2008-01-03 Thread Jeff Ross
Hi all, I found out this morning that entering CTRL \ at the psql prompt will make psql dump core. The is reproducible on the two machines I have here. Another server running downtown just quits without dumping core. All are running 8.2.5 on OpenBSD. I thought I was in the editor, and that k

Re: [BUGS] ctrl \ makes psql 8.2.5 dump core

2008-01-03 Thread Douglas Toltzman
On OS X (10.4.11) with Postgres 8.2.4, control-\ in psql just quits (drops back to shell prompt). On Jan 3, 2008, at 12:42 PM, Jeff Ross wrote: Hi all, I found out this morning that entering CTRL \ at the psql prompt will make psql dump core. The is reproducible on the two machines I hav

Re: [BUGS] ctrl \ makes psql 8.2.5 dump core

2008-01-03 Thread Alvaro Herrera
Jeff Ross wrote: > Hi all, > > I found out this morning that entering CTRL \ at the psql prompt will make > psql dump core. The is reproducible on the two machines I have here. > Another server running downtown just quits without dumping core. This is normal and expected. Ctrl-\ is SIGABRT. I

Re: [BUGS] ctrl \ makes psql 8.2.5 dump core

2008-01-03 Thread Shelby Cain
I believe this is expected behavior the Ctrl-\ keystroke will cause a SIGQUIT to the current process. Any program that doesn't explicitly handle SIGQUIT will abort. Regards, Shelby Cain - Original Message From: Jeff Ross <[EMAIL PROTECTED]> To: PostgreSQL Sent: Thursday, January 3,

Re: [BUGS] ctrl \ makes psql 8.2.5 dump core

2008-01-03 Thread Jeff Ross
Shelby Cain wrote: I believe this is expected behavior the Ctrl-\ keystroke will cause a SIGQUIT to the current process. Any program that doesn't explicitly handle SIGQUIT will abort. Regards, Shelby Cain Okay, thanks for the reply, and sorry for the noise. Jeff -

Re: [BUGS] Duplicate values found when reindexing unique index

2008-01-03 Thread Mason Hale
Hi everyone -- Sorry to revisit a dead horse, but I wanted to clear up some misinformation -- On Dec 31, 2007 5:35 PM, Tom Lane <[EMAIL PROTECTED]> wrote: > "Mason Hale" <[EMAIL PROTECTED]> writes: > >> This could be the kernel's fault, but I'm wondering whether the > >> RAID controller is going

Re: [BUGS] BUG #3833: Index remains when table is dropped

2008-01-03 Thread Mark Kirkwood
I encountered this bug recently - and thought I'd have a try at seeing what might fix it. Taking an exclusive lock on the to-be-dropped table immediately (i.e in RemoveRel) seems to be enough to prevent the drop starting while an index is being created in another session. So it "fixes" the iss

Re: [BUGS] Duplicate values found when reindexing unique index

2008-01-03 Thread Alvaro Herrera
Tom Lane escribió: > Given this, and the index corruption you showed before (the wrong > sibling link, which would represent index breakage quite independent of > what was in the heap), and the curious contents of your WAL files > (likewise not explainable by anything going wrong within a table),