From: | ilmari(at)ilmari(dot)org (Dagfinn Ilmari =?utf-8?Q?Manns=C3=A5ker?=) |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | [PATCH] Obsolete wording in PL/Perl comment |
Date: | 2016-03-13 19:10:10 |
Message-ID: | d8j4mcab3e5.fsf@dalvik.ping.uio.no |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
The comment in hv_store_string() says that negative key length to
hv_store() for UTF-8 is not documented, and mentions that 5.6 doesn't
track UTF-8-ness of keys. However, the negative length convention has
been documented since 5.16¹, and 5.6 is no longer supported. The
attached patch updates the comment to reflect this.
[1]: http://perldoc.perl.org/perlapi.html#hv_store
--
"The surreality of the universe tends towards a maximum" -- Skud's Law
"Never formulate a law or axiom that you're not prepared to live with
the consequences of." -- Skud's Meta-Law
Attachment | Content-Type | Size |
---|---|---|
0001-Fix-obsolete-wording-in-PL-Perl-hv_store_string-comm.patch | text/x-diff | 1.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Jim Nasby | 2016-03-13 19:24:38 | Re: Improve error handling in pltcl |
Previous Message | Jeff Janes | 2016-03-13 18:54:03 | Re: memory leak in GIN |