Re: Basic DOMAIN Support

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Rod Taylor <rbt(at)zort(dot)ca>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Basic DOMAIN Support
Date: 2002-03-07 22:35:33
Message-ID: 200203072235.g27MZX918855@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Rod Taylor wrote:
> I've corrected the problem with shell type creation, so regression
> tests work properly now (with the exception of NOTICE -> INFO /
> WARNING changes). I have issues with timestamp tests, but the
> failures match current cvs so I'll assume I've not contributed to
> them.

If you do a CVS update those regression problems should go away. Sorry
about that.

> The shift / reduce problem was fixed by simply removing the ability to
> make types with complex defaults (reverted back to old simple
> methods). Appears to still work. Storage is still mixed string /
> binary.

Great.

> I don't see any of the compile warnings other were receiving though.

Let me test here and see. Will report back.

> Also attached is the regression sql set I used for domains. Yes, some
> items are supposed to fail (generally marked or obvious).

Good.

> Sorry about earlier. With any luck, this will do it. Umm.. It should
> be mentioned this is the first time I've ever dealt with C, and more
> specifically PostgreSQL internals, so tread lightly.

If this is your first time dealing with C, I am amazed. It took me
years to get to the level of the patch you submitted.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2002-03-07 22:51:58 Re: Basic DOMAIN Support
Previous Message Rod Taylor 2002-03-07 22:18:14 Re: Basic DOMAIN Support