Re: [HACKERS] Patch for libpgtcl

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: jwieck(at)debis(dot)com (Jan Wieck)
Cc: pgsql-hackers(at)postgreSQL(dot)org (PostgreSQL HACKERS)
Subject: Re: [HACKERS] Patch for libpgtcl
Date: 1998-10-02 01:42:01
Message-ID: 29686.907292521@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

jwieck(at)debis(dot)com (Jan Wieck) writes:
> found a little bug in libpgtcl/pgtclCmds.c causing a
> segmentation fault. Please apply.

Patch applied. That routine had other problems too: it would fail if
any of the values contained characters that are special in a Tcl list.
All better now...

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1998-10-02 01:47:13 Re: [HACKERS] It sorta works, but I'm confused about locking
Previous Message Bruce Momjian 1998-10-02 01:41:55 Re: [HACKERS] rules ON SELECT