Thread: pgsql: Fix bogus initialization of KnownAssignedXids shared memory state
pgsql: Fix bogus initialization of KnownAssignedXids shared memory state
From
tgl@postgresql.org (Tom Lane)
Date:
Log Message: ----------- Fix bogus initialization of KnownAssignedXids shared memory state --- didn't work in EXEC_BACKEND case. Modified Files: -------------- pgsql/src/backend/storage/ipc: procarray.c (r1.56 -> r1.57) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/procarray.c?r1=1.56&r2=1.57)
On Sat, 2010-01-16 at 17:17 +0000, Tom Lane wrote: > Log Message: > ----------- > Fix bogus initialization of KnownAssignedXids shared memory state --- > didn't work in EXEC_BACKEND case. Thanks for fixing. Did I miss a bug report, or was this your own testing? -- Simon Riggs www.2ndQuadrant.com
Re: pgsql: Fix bogus initialization of KnownAssignedXids shared memory state
From
Magnus Hagander
Date:
2010/1/16 Simon Riggs <simon@2ndquadrant.com>: > On Sat, 2010-01-16 at 17:17 +0000, Tom Lane wrote: >> Log Message: >> ----------- >> Fix bogus initialization of KnownAssignedXids shared memory state --- >> didn't work in EXEC_BACKEND case. > > Thanks for fixing. Did I miss a bug report, or was this your own > testing? I sent the report earlier today. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/
On Sat, 2010-01-16 at 19:37 +0100, Magnus Hagander wrote: > 2010/1/16 Simon Riggs <simon@2ndquadrant.com>: > > On Sat, 2010-01-16 at 17:17 +0000, Tom Lane wrote: > >> Log Message: > >> ----------- > >> Fix bogus initialization of KnownAssignedXids shared memory state --- > >> didn't work in EXEC_BACKEND case. > > > > Thanks for fixing. Did I miss a bug report, or was this your own > > testing? > > I sent the report earlier today. Feel free to copy me in directly. Thanks for the report. -- Simon Riggs www.2ndQuadrant.com