HOT synced with HEAD - Mailing list pgsql-patches

From Tom Lane
Subject HOT synced with HEAD
Date
Msg-id 26927.1189893549@sss.pgh.pa.us
Whole thread Raw
Responses Re: HOT synced with HEAD  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
List pgsql-patches
Attached is as far as I've gotten with reviewing the HOT patch; I see
that Pavan is still fooling with it so we'd better re-sync.

* Applies against CVS HEAD, passes regression tests except for 2
  expected failures (CREATE INDEX CONCURRENTLY failure behavior change
  and pgstat views changes)

* pg_index rearranged to use xmin as the index age column, avoiding
  need for a special hack to freeze a custom column

* Many API cleanups, in particular I didn't like what had been done
  to heap_fetch and thought it better to split out the chain-following
  logic

* Corner-case bug fixes, comment improvements, etc

There's still a lot of code in it that I haven't read ...

            regards, tom lane


Attachment

pgsql-patches by date:

Previous
From: "Pavan Deolasee"
Date:
Subject: HOT add-on patch
Next
From: Tom Lane
Date:
Subject: Latest README.HOT