Re: Postgresql 7.3.2 Crash
От | Stephan Szabo |
---|---|
Тема | Re: Postgresql 7.3.2 Crash |
Дата | |
Msg-id | 20030325105134.Q42188-100000@megazone23.bigpanda.com обсуждение исходный текст |
Ответ на | Postgresql 7.3.2 Crash (Adrian Pop <adrpo@ida.liu.se>) |
Ответы |
Re: Postgresql 7.3.2 Crash
|
Список | pgsql-bugs |
On Tue, 25 Mar 2003, Adrian Pop wrote: > I have a postgresql 7.3.2 crash. > Below you have the details. Hmm, I can reproduce this with current sources. Backtrace from core looks like a bug in the setdefault trigger (I'm at work so I don't have real access to source to get more details). > Now a question: What is with the folowing statement in the log? > 2003-03-25 18:42:27 [3531] LOG: query: UPDATE ONLY "public"."p_title" SET "name_id" = NULL WHERE "name_id" = $1 > Why is set to NULL when it fact it should be set to default (in this case 0) according to > the "on delete set default" from p_title definition? That's because the set default uses a pretty ugly hack. It plans the query with =NULL and then replaces the NULL with the default value's stored plan info. My first guess is that it's something with this that's causing the crash.
В списке pgsql-bugs по дате отправления: