Re: [HACKERS] *Major* Patch for PL

From: jwieck(at)debis(dot)com (Jan Wieck)
To: jwieck(at)debis(dot)com
Cc: scrappy(at)hub(dot)org, wieck(at)sapserv(dot)debis(dot)de, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] *Major* Patch for PL
Date: 1998-01-19 13:18:01
Message-ID: m0xuH5W-000BFRC@orion.SAPserv.Hamburg.dsh.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> > Hi...
> >
> > I've just installed (massaged in?) a major major patch for PL(?)
> > that was submitted in Nov...snapshot will be created in about 18hrs or
> > so...please test and report back any problems...haven't had a chance to
> > test compile it here yet :(
>
> Waited for that so long - thanks. I'll take a look at it and
> run my tests asap.
>

Looks O.K. - tests passed through.

Now anything is prepared for PL support in all places
(aggregates, operators, etc.). At least PL/Tcl ran in all
that areas.

Found a little bug in interfaces/libpq/fe-connect.c during
tests. In line 403 conn->pgpass is set to DefaultPassword and
later in line 665 this might be free()'d. Just wrapping a
strdup() around DefaultPassword fixed it.

Did anybody worked on other languages for PL modules since
this new interface was designed? Who would like to dive into
(perl/phyton/...)? Who would like to co-work on a pure
PL/pgSQL?

Until later, Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#======================================== jwieck(at)debis(dot)com (Jan Wieck) #

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1998-01-19 14:15:52 Newest Source ...
Previous Message Mattias Kregert 1998-01-19 12:59:56 Re: Re: [HACKERS] Re: [QUESTIONS] Business cases