Re: BUG #1019: src/pl/tcl/pltcl.c

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
Cc: p_samson(at)yahoo(dot)com
Subject: Re: BUG #1019: src/pl/tcl/pltcl.c
Date: 2003-12-19 12:15:40
Message-ID: 200312191315.40046.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

> 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. As you
noticed, this topic has already been discussed, and the solution needs to be
a little more involved than this.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Russell Garrett 2003-12-19 13:32:55 Re: Urgent: Key constraints behaving weirdly
Previous Message Peter Eisentraut 2003-12-19 12:11:37 Re: BUG #1018: Incomplete src/pl/tcl/Makefile