| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org> |
| Subject: | elog patch, step 2 |
| Date: | 2002-02-25 17:47:23 |
| Message-ID: | 200202251747.g1PHlN921146@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
Here is the meat of the elog patch, phase 2. Someone complained the
previous patch was too large, so I removed the message changes to
INFO/LOG, STOP/PANIC, so you are seeing only the major changes. Of
particular interest is the GUC changes for *_min_messages. Seems to
work fine.
The next step is for me to merge the DebugLvl setting into GUC, and to
remove the DebugLvl checks from the code and have elog() do that
testing. Should I be concerned about an elog() call for every DEBUG,
even if there is no debug level set?
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| Attachment | Content-Type | Size |
|---|---|---|
| unknown_filename | text/plain | 16.2 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bill Studenmund | 2002-02-25 17:52:44 | Re: Patch to add CREATE OPERATOR CLASS |
| Previous Message | Bruce Momjian | 2002-02-25 16:48:18 | Re: PAM patch... |