From: | Justin Clift <justin(at)postgresql(dot)org> |
---|---|
To: | Jacopo Silva <jacoposilva(at)tin(dot)it>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: OS Crypt() |
Date: | 2001-04-16 14:14:45 |
Message-ID: | 3ADAFE55.81AF5A10@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi Jacopo,
Andy Yu send me an email with a fix to this the other day. I've been
meaning to update the techdocs website about. I'll do that right now.
:-)
This is his email :
-------- Original Message --------
Subject: I scucced install sqlcrypt
Date: Sun, 15 Apr 2001 16:03:46 +0800
From: "Andy Yu" <is(at)gnuchina(dot)org>
To: <justin(at)postgresql(dot)org>
I scucceed Install sqlcrypt with my PostgresSQL 7.1.
The system is OpenBSD 2.8-release.
There is little changes at line 66
VARSIZE(ret) shuold be VARATT_SIZEP(ret).
regards
and.yu
Jacopo Silva wrote:
>
> Hi!
>
> Thanks for porting os crypt() into pgsql. I installed your code, compiling
> it
> into a shared lib.
>
> I used the functs with pgsql 7.0.x . Now with the new release of pgsql 7.1
> it
> does not compile correctly any more. There seems to be an
> assignmente error in line 66. Must have something to do with
> include files... Any idea?
>
> Thanks again,
> Jacopo S.
--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Eckermann | 2001-04-16 14:16:44 | RE: Re: Load Text File into DB |
Previous Message | Tulio Oliveira | 2001-04-16 14:01:40 | Driver ODBC postdrv.exe fails on 7.1 |