Re: Miscellaneous changes to plperl [PATCH]

From: "David E(dot) Wheeler" <david(at)kineticode(dot)com>
To: Alex Hunsaker <badalex(at)gmail(dot)com>
Cc: Tim Bunce <Tim(dot)Bunce(at)pobox(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Miscellaneous changes to plperl [PATCH]
Date: 2010-01-23 18:30:41
Message-ID: 3426205A-9031-4AC0-90D0-2DA90E5A39EF@kineticode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Jan 22, 2010, at 7:59 PM, Alex Hunsaker wrote:

> $name =~ s/::|'/_/g; # avoid package delimiters
> + $name =~ s/'/\'/g;

Looks to me like ' is already handled in the line above the one you added, no?

David

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David E. Wheeler 2010-01-23 18:35:53 Re: 8.5 vs. 9.0, Postgres vs. PostgreSQL
Previous Message Peter Eisentraut 2010-01-23 18:22:49 Re: tab completion for prepared transactions?