INSERT/DEFAULT VALUES broken?

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема INSERT/DEFAULT VALUES broken?
Дата
Msg-id 37E50026.EE334BD7@alumni.caltech.edu
обсуждение исходный текст
Ответы Re: INSERT/DEFAULT VALUES broken?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom, can you check to see if
 insert into <tablename> default values;

works on an unmodified current tree? I've got things ripped apart, but
I would have expected this to work, and am suspecting that it is a
problem introduced in your rewrite of this area a month or two ago.
(On a table without explicit default values, it should fill with
NULLs, but on my system I get an Assert failure because the target
list is never filled in.)

As usual, there is no coverage of this in the regression tests, so
there is no reason we should have caught this earlier... :(
                    - Thomas

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: [HACKERS] All things equal, we are still alot slower then MySQL?
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] All things equal, we are still alot slower then MySQL?