Re: [HACKERS] PGDATA usage in initdb.sh

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] PGDATA usage in initdb.sh
Дата
Msg-id 199808212323.TAA29893@candle.pha.pa.us
обсуждение исходный текст
Ответ на PGDATA usage in initdb.sh  (Brook Milligan <brook@trillium.NMSU.Edu>)
Список 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 по дате отправления:

Предыдущее
От: Brook Milligan
Дата:
Сообщение: PGDATA usage in initdb.sh
Следующее
От: Keith Parks
Дата:
Сообщение: Re: [HACKERS] initdb problems