| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
| Cc: | Ibrar Ahmed <ibrar(dot)ahmad(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: ERRORDATA_STACK_SIZE exceeded (server crash) |
| Date: | 2008-10-27 16:46:53 |
| Message-ID: | 19050.1225126013@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> Tom Lane escribi:
>> It might be better to modify elog.c so that errmsg_internal really
>> doesn't call gettext. This would require kluging up EVALUATE_MESSAGE()
>> a bit, so I'm not quite sure which is cleaner. Thoughts?
> I think we document somewhere that a translator can add errmsg_internal to the
> list of gettext triggers in nls.mk, so I agree that we should making sure it
> doesn't call gettext at all, just to be sure some overly zealous translator
> gets past the barrier.
Yeah, I agree --- will do it that way.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2008-10-27 16:47:50 | Re: array_agg and array_accum (patch) |
| Previous Message | Stephen R. van den Berg | 2008-10-27 16:43:19 | Re: Full socket send buffer prevents cancel, timeout |