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
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.
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
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?)
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
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