INSERT/DEFAULT VALUES broken? - Mailing list pgsql-hackers

From Thomas Lockhart
Subject INSERT/DEFAULT VALUES broken?
Date
Msg-id 37E50026.EE334BD7@alumni.caltech.edu
Whole thread Raw
Responses Re: INSERT/DEFAULT VALUES broken?
List 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 by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: [HACKERS] All things equal, we are still alot slower then MySQL?
Next
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] All things equal, we are still alot slower then MySQL?