pgsql-server/src/bin/initdb initdb.c

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/bin/initdb initdb.c
Date: 2003-11-13 23:46:31
Message-ID: 20031113234631.CEA5BD1B50C@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 03/11/13 19:46:31

Modified files:
src/bin/initdb : initdb.c

Log message:
Preliminary code review for C version of initdb. Re-centralize handling
of option switches for backend, fix handling of COPY from data files so
that we won't have the newline-after-\. issue back again, add back some
comments and printouts lost from the shell script, etc. Still needs work
for error handling; in particular the shell version worked much more
nicely for the case of a postgres executable that fails on invocation.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-11-13 23:55:08 Re: pgsql-server/src/bin/initdb Makefile
Previous Message Bruce Momjian 2003-11-13 22:21:37 Re: pgsql-server/src/backend/catalog system_views.sql