Re: SSI patch version 14
Kevin Grittner <kevin.grittner@wicourts.gov>
From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "Dan Ports" <drkp@csail.mit.edu>
Cc: "Simon Riggs" <simon@2ndQuadrant.com>, <pgsql-hackers@postgresql.org>
Date: 2011-01-26T20:36:25Z
Lists: pgsql-hackers
Dan Ports <drkp@csail.mit.edu> wrote: > Isn't this placement the same as the version we had before that > didn't work? You're right. How about this?: http://git.postgresql.org/gitweb?p=users/kgrittn/postgres.git;a=commitdiff;h=86b839291e2588e59875fb87d05432f8049575f6 Same benefit in terms of exercising more lines of code, but *without* exposing the uninitialized structure to other threads. -Kevin