Re: [HACKERS] PGDATA usage in initdb.sh - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] PGDATA usage in initdb.sh
Date
Msg-id 199808212323.TAA29893@candle.pha.pa.us
Whole thread Raw
In response to PGDATA usage in initdb.sh  (Brook Milligan <brook@trillium.NMSU.Edu>)
List pgsql-hackers
> In the current snapshot it looks like both PGDATA and PG_DATA are
> referenced.  Is this a mistake or is the snapshot really old?  The
> patch below fixes it.

Old mistake that is just in printing, so no one noticed.  Fixed.

>
> Cheers,
> Brook
>
> ===========================================================================
> --- bin/initdb/initdb.sh.orig   Mon Apr  6 02:05:52 1998
> +++ bin/initdb/initdb.sh        Wed Jun 10 13:13:18 1998
> @@ -286,7 +286,7 @@
>  #----------------------------------------------------------------------------
>
>  if [ $template_only -eq 0 ]; then
> -    echo "Creating global classes in $PG_DATA/base"
> +    echo "Creating global classes in $PGDATA/base"
>      echo "Running: postgres $BACKENDARGS template1"
>
>      cat $GLOBAL \
>
>


--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

pgsql-hackers by date:

Previous
From: Brook Milligan
Date:
Subject: PGDATA usage in initdb.sh
Next
From: Keith Parks
Date:
Subject: Re: [HACKERS] initdb problems