Re: Serializable Snapshot Isolation - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Serializable Snapshot Isolation
Date
Msg-id 4C925D6902000025000358F6@gw.wicourts.gov
Whole thread Raw
In response to Re: Serializable Snapshot Isolation  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> wrote:
> Now that I look at your new patch, I noticed that I was actually
> confusing relcache.h with rel.h.  The latter includes a big chunk
> of our headers, but relcache.h is pretty thin.  Including
> relcache.h in another header is not much of a problem.
OK, thanks for the clarification.
With the structures all brought back together in a logical order,
and the new comments in front of the structure declarations, do you
think a summary at the top of the file is still needed in that
header file?
-Kevin


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Serializable Snapshot Isolation
Next
From: Robert Haas
Date:
Subject: Re: Progress indication prototype