Re: Typo in plperl doc ?

From: "Jehan-Guillaume (ioguix) de Rorthais" <ioguix(at)free(dot)fr>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Typo in plperl doc ?
Date: 2010-06-14 14:18:04
Message-ID: 4C163A1C.5060102@free.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 14/06/2010 14:08, Robert Haas wrote:
> On Mon, Jun 14, 2010 at 3:48 AM, Jehan-Guillaume (ioguix) de Rorthais
> <ioguix(at)free(dot)fr> wrote:
>> While translating the plperl page from the manual, I found the following
>> sentence:
>>
>> The <varname>%_SHARED</varname> variable and other global state within
>> the language is public data.
>>
>> Should it be :
>>
>> The <varname>%_SHARED</varname> variable and other global variables
>> within the language are public data.
>>
>> ?
>
> "State" is a more general term, which would include any information
> that is globally accessible from within the interpreter, not just
> what's stored in variables. Off the top of my head, I'm not sure if
> there is anything like that, but I wouldn't bet on there not being
> any...

Ok, so shouldn't it be

"The <varname>%_SHARED</varname> variable and other global state(s?)
within the language *are* public data"

?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkwWOhsACgkQxWGfaAgowiK1WwCfQbFGVIRW4PbJwdrV7fjRL8wt
PiEAn3/NuXSGm5CjHtGzHREnl5DB+LBa
=4IEb
-----END PGP SIGNATURE-----

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-06-14 14:30:00 Re: warning message in standby
Previous Message Robert Haas 2010-06-14 14:13:12 Re: warning message in standby