pgsql: In initdb.c, rename some newly created functions, and move the d

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In initdb.c, rename some newly created functions, and move the d
Date: 2012-12-04 04:23:01
Message-ID: E1Tfk29-0007hV-NS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

In initdb.c, rename some newly created functions, and move the directory
creation and xlog symlink creation to separate functions.

Per suggestions from Andrew Dunstan.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/26374f2a0fc02b76a91b7565e908dbae99a3b5f9

Modified Files
--------------
src/bin/initdb/initdb.c | 66 +++++++++++++++++++++++++++++-----------------
1 files changed, 41 insertions(+), 25 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-12-04 04:31:51 pgsql: Add support for LDAP URLs
Previous Message Bruce Momjian 2012-12-04 03:48:09 pgsql: Add initdb --sync-only option to sync the data directory to dura