pgsql-server: Add missing null terminator to escaped string; clean up

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: Add missing null terminator to escaped string; clean up
Date: 2004-10-07 18:57:26
Message-ID: 20041007185726.C2946329EB2@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-10-07 19:01:10 pgsql-server: Move -DPLPERL_HAVE_UID_GID to the plperl Makefile, for
Previous Message Bruce Momjian 2004-10-07 18:57:19 pgsql-server: Add PLperl workaround for Win32 to the *.xs file.