Re: ALTER TYPE 2: skip already-provable no-work rewrites

Stephen Frost <sfrost@snowman.net>

From: Stephen Frost <sfrost@snowman.net>
To: Noah Misch <noah@leadboat.com>
Cc: Robert Haas <robertmhaas@gmail.com>, pgsql-hackers@postgresql.org
Date: 2011-02-15T13:24:37Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to physically

Noah,

* Noah Misch (noah@leadboat.com) wrote:
> On Mon, Feb 14, 2011 at 04:06:59PM -0500, Stephen Frost wrote:
> I've attached a new version of the patch that attempts to flesh out the comments
> based on your feedback.  Does it improve things?

Yes, much better, thanks!

> Offhand, I can't think of any concrete implementation along those lines that
> would simplify the overall task.  Did you have something more specific in mind?

Sadly, no. :)

> For now it seemed like premature abstraction.

Fair enough.

All in all, this patch looks good to me.  Looks like that might be moot,
however, based on Robert's comments.  Still, thanks for it, I certainly
look forward to having it eventually. :)

	Thanks again,

		Stephen