Re: elog tab indentation

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

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.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-10-16 17:54:58 Re: postgres --help-config
Previous Message Bruce Momjian 2003-10-16 17:47:10 Re: Still a few flaws in configure's default CFLAGS selection