| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
| Cc: | "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>, p_samson(at)yahoo(dot)com |
| Subject: | Re: BUG #1019: src/pl/tcl/pltcl.c |
| Date: | 2003-12-19 15:47:30 |
| Message-ID: | 9662.1071848850@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
>> In src/pl/tcl/pltcl.c:
>> Permute the order of:
>> #include "postgres.h"
>> #include <tcl.h>
>> so as it appears as:
>> #include <tcl.h>
>> #include "postgres.h"
> I' afraid this is not a fix but just paints over the symptoms.
... and would create serious new problems of its own, at least on some
platforms. postgres.h has to be the *first* inclusion of any system
headers.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2003-12-19 16:19:45 | Re: BUG #1020: Timestamp representation printed by PostgreSQL are invalid |
| Previous Message | PostgreSQL Bugs List | 2003-12-19 15:45:27 | BUG #1020: Timestamp representation printed by PostgreSQL are invalid |