Re: elog tab indentation

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: elog tab indentation
Date: 2003-10-16 17:58:37
Message-ID: 200310161758.h9GHwbR28087@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > I thought DETAIL/HINT would be separate elog calls, and hence start at
> > the beginning of the line. Are they all in on big elog string?
>
> Yes --- that's to try to ensure that the whole mess gets written to the
> log atomically.

Oh, makes sense. How do you propose we split this up? Do I look for
the words \nDETAIL and \nHINT and not tab in those cases?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-10-16 18:02:03 Re: Still a few flaws in configure's default CFLAGS selection
Previous Message Tom Lane 2003-10-16 17:56:10 Re: Still a few flaws in configure's default CFLAGS selection