Re: [HACKERS] Perl 5 Interface on 6.5 and lo_creat/lo_open problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Edmund Mergl <E(dot)Mergl(at)bawue(dot)de>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Perl 5 Interface on 6.5 and lo_creat/lo_open problem
Date: 1999-06-24 23:36:24
Message-ID: 23813.930267384@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Edmund Mergl <E(dot)Mergl(at)bawue(dot)de> writes:
> Hmmm, interesting. But using plain old C (pgsql/test/examples/testlo.c)
> it works without transactions.

With 6.5? I don't think so ... I made sure that LO FDs would be
cancelled at transaction commit --- which is end of statement, if
you are not within a transaction ...

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message sean dreilinger 1999-06-25 00:44:32 solution for psql segmentation fault ??
Previous Message Tom Lane 1999-06-24 23:33:25 Re: [HACKERS] Re: Mess