pgsql/src/backend/utils/adt char.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/adt char.c
Date: 2001-05-28 21:58:32
Message-ID: 200105282158.f4SLwW579637@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/05/28 17:58:32

Modified files:
src/backend/utils/adt: char.c

Log message:
Make text <=> char conversion functions convert zero character to and
from an empty text string. This makes them consistent with the de facto
behavior of type char's I/O conversion functions, and avoids generating
text values with embedded nulls, which confuse many text operators.

Browse pgsql-committers by date

  From Date Subject
Next Message Vince Vielhaber 2001-05-29 12:15:24 [WEBMASTER] 'www/html howtomirror.html'
Previous Message Tom Lane 2001-05-28 19:33:25 pgsql/ rc/pl/plpgsql/src/pl_exec.c oc/src/sgml ...