Re: pgsql-server: Add missing null terminator to escaped - Mailing list pgsql-committers

From Bruce Momjian
Subject Re: pgsql-server: Add missing null terminator to escaped
Date
Msg-id 200410071902.i97J2Vn01299@candle.pha.pa.us
Whole thread Raw
In response to pgsql-server: Add missing null terminator to escaped string; clean up  (tgl@svr1.postgresql.org (Tom Lane))
Responses Re: pgsql-server: Add missing null terminator to escaped
List 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@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server: Move -DPLPERL_HAVE_UID_GID to the plperl Makefile, for
Next
From: Tom Lane
Date:
Subject: Re: pgsql-server: Add missing null terminator to escaped