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

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server: Add missing null terminator to escaped string; clean up
Date
Msg-id 20041007185726.C2946329EB2@svr1.postgresql.org
Whole thread Raw
Responses Re: pgsql-server: Add missing null terminator to escaped
List 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)

pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server: Add PLperl workaround for Win32 to the *.xs file.
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server: Move -DPLPERL_HAVE_UID_GID to the plperl Makefile, for