Re: [COMMITTERS] pgsql: Split the shared-memory array of PGPROC pointers

2005-05-20 Thread Bruce Momjian
Tom Lane wrote: > Bruce Momjian writes: > > I don't see any CVS commit that indicates a change. What does happen is > > that comments that start in the first column are not wrapped, but others > > are unless the dashes are added like Alvaro suggested. > > Ah. I did not know there was a dependen

Re: [COMMITTERS] pgsql: Split the shared-memory array of PGPROC pointers out of the

2005-05-20 Thread Tom Lane
Bruce Momjian writes: > I don't see any CVS commit that indicates a change. What does happen is > that comments that start in the first column are not wrapped, but others > are unless the dashes are added like Alvaro suggested. Ah. I did not know there was a dependency on indentation.

Re: [COMMITTERS] pgsql: Split the shared-memory array of PGPROC pointers

2005-05-20 Thread Bruce Momjian
Tom Lane wrote: > Alvaro Herrera <[EMAIL PROTECTED]> writes: > > Excellent. May I suggest the following so pgindent does not mess up > > this comment: > > Done, although I think it may not be necessary anymore. pgindent seems > less eager to reformat comments than it once was. (Bruce, any info

Re: [COMMITTERS] pgsql: Split the shared-memory array of PGPROC pointers out of the

2005-05-19 Thread Tom Lane
Alvaro Herrera <[EMAIL PROTECTED]> writes: > Excellent. May I suggest the following so pgindent does not mess up > this comment: Done, although I think it may not be necessary anymore. pgindent seems less eager to reformat comments than it once was. (Bruce, any info on that?)

Re: [COMMITTERS] pgsql: Split the shared-memory array of PGPROC pointers out of the

2005-05-19 Thread Alvaro Herrera
On Thu, May 19, 2005 at 06:35:48PM -0300, Tom Lane wrote: > Log Message: > --- > Split the shared-memory array of PGPROC pointers out of the sinval > communication structure, and make it its own module with its own lock. > This should reduce contention at least a little, and it definitely m

[COMMITTERS] pgsql: Split the shared-memory array of PGPROC pointers out of the

2005-05-19 Thread Tom Lane
Log Message: --- Split the shared-memory array of PGPROC pointers out of the sinval communication structure, and make it its own module with its own lock. This should reduce contention at least a little, and it definitely makes the code seem cleaner. Per my recent proposal. Modified Files