| From: | momjian(at)postgresql(dot)org (Bruce Momjian) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Remove, already in back branches: < < o Add new version of |
| Date: | 2006-06-14 21:38:21 |
| Message-ID: | 20060614213821.461A49FA5C8@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
Remove, already in back branches:
<
< o Add new version of PQescapeString() that doesn't double backslashes
< that are part of a client-only multibyte sequence
<
< Single-quote is not a valid byte in any supported client-only
< encoding. This requires using mblen() to determine if the
< backslash is inside or outside a multi-byte sequence.
<
< o Add new version of PQescapeString() that doesn't double
< backslashes when standard_conforming_strings is true and
< non-E strings are used
Modified Files:
--------------
pgsql/doc:
TODO (r1.1866 -> r1.1867)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1866&r2=1.1867)
pgsql/doc/src/FAQ:
TODO.html (r1.369 -> r1.370)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.369&r2=1.370)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2006-06-14 21:40:00 | pgsql: Add item, not fixed: > > * Fix ILIKE and regular expressions to |
| Previous Message | Bruce Momjian | 2006-06-14 21:26:50 | pgsql: Done: > o -Port contrib/xml2 |