pgsql: Allow for X as well as x to be the prefix for hexadecimal

From: adunstan(at)postgresql(dot)org (Andrew Dunstan)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow for X as well as x to be the prefix for hexadecimal
Date: 2007-11-25 19:35:41
Message-ID: 20071125193541.630AF7540F0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Allow for X as well as x to be the prefix for hexadecimal character ref entity numbers,
as in HTML.

Modified Files:
--------------
pgsql/src/backend/tsearch:
wparser_def.c (r1.12 -> r1.13)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tsearch/wparser_def.c?r1=1.12&r2=1.13)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Oleg Bartunov 2007-11-25 20:44:43 Re: pgsql: Allow for X as well as x to be the prefix for hexadecimal
Previous Message Andrew Dunstan 2007-11-25 19:23:29 Re: pgsql: Fix XML tag namespace change inadvertantly missed from previous