Re: INSERT/DEFAULT VALUES broken?

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Postgres Hackers List <hackers(at)postgresql(dot)org>
Subject: Re: INSERT/DEFAULT VALUES broken?
Date: 1999-09-20 03:06:48
Message-ID: 37E5A4C8.EB9E446@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> >>>> insert into <tablename> default values;
> Nope, not a parser problem at all; rewriter brain damage. It's been
> broken at least since 6.4, but only if you do INSERT ... DEFAULT VALUES
> into a table that has no columns with default values, and only if you
> have Asserts turned on (so the average user wouldn't see it anyway).
> Fix is to dike out incorrect Assert...

Sorry about that; I usually don't run with Assert enabled, so wouldn't
have caught it earlier. Thanks for looking into it.

- Thomas

--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Vadim Mikheev 1999-09-20 03:35:25 why do shmem attach?
Previous Message Thomas Lockhart 1999-09-20 03:04:38 Re: [HACKERS] All things equal, we are still alot slower then MySQL?