PL/Perl Does not Like vstrings

From: "David E(dot) Wheeler" <david(at)justatheory(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: PL/Perl Does not Like vstrings
Date: 2012-01-04 05:47:50
Message-ID: 1125F328-4154-4B8B-B2F9-1D4AB63A3632@justatheory.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Is this perhaps by design?

Oy, this doesn’t look good:

$ do LANGUAGE plperl $$ elog(NOTICE, $^V) $$;
ERROR: server conn crashed?
ERROR: server conn crashed?
The connection to the server was lost. Attempting reset: Succeeded.
(pgxn(at)localhost:5900) 06:44:42 [pgxn]
$

Best,

David

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2012-01-04 05:58:25 BGWriter latch, power saving
Previous Message Jim Nasby 2012-01-04 03:59:03 Re: Should I implement DROP INDEX CONCURRENTLY?