Re: elog tab indentation - Mailing list pgsql-hackers

From Tom Lane
Subject Re: elog tab indentation
Date
Msg-id 12323.1066327713@sss.pgh.pa.us
Whole thread Raw
In response to Re: elog tab indentation  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> 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?

That won't work.  I think the tab-insertion has to be done while
building the message string, earlier in send_message_to_server_log
where we still know what's data and what's a keyword.
I'll see what I can do with it.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Still a few flaws in configure's default CFLAGS selection
Next
From: Tom Lane
Date:
Subject: Re: Still a few flaws in configure's default CFLAGS selection