Re: pgsql-server: Add missing null terminator to escaped

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)svr1(dot)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server: Add missing null terminator to escaped
Date: 2004-10-07 19:02:31
Message-ID: 200410071902.i97J2Vn01299@candle.pha.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers


Thanks. Wonder why my testing worked? I guess xmalloc was giving me
zeroed memory.

---------------------------------------------------------------------------

Tom Lane wrote:
> Log Message:
> -----------
> Add missing null terminator to escaped string; clean up unnecessarily
> obscurantist coding conventions.
>
> Modified Files:
> --------------
> pgsql-server/src/bin/initdb:
> initdb.c (r1.58 -> r1.59)
> (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/bin/initdb/initdb.c.diff?r1=1.58&r2=1.59)
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-10-07 19:07:18 Re: pgsql-server: Add missing null terminator to escaped
Previous Message Bruce Momjian 2004-10-07 19:01:10 pgsql-server: Move -DPLPERL_HAVE_UID_GID to the plperl Makefile, for