Re: TCL fix in HEAD

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Matt Newell <newellm(at)blur(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org, smarshall(at)wsi(dot)com
Subject: Re: TCL fix in HEAD
Date: 2007-09-28 22:33:27
Message-ID: 200709282233.l8SMXR610041@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Matt Newell wrote:
> On Friday 28 September 2007 14:04, Bruce Momjian wrote:
> > ** 178,184 ****
> > * within Postgres, but we implement all the functions for completeness.
> > * We can only fix this with Tcl >= 8.2, when Tcl_SetNotifier() appeared.
> > */
> > ! #if HAVE_TCL_VERSION(8,2)
>
> You missed the 8.2 in the comment.

Thanks, fixed.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://postgres.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2007-09-28 22:43:46 Re: TCL fix in HEAD
Previous Message Bruce Momjian 2007-09-28 22:24:42 Re: [HACKERS] Add function for quote_qualified_identifier?