Re: [pgsql-hackers-win32] initdb in C

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [pgsql-hackers-win32] initdb in C
Дата
Msg-id 200311131452.hADEqoJ08421@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [pgsql-hackers-win32] initdb in C  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-patches
Patch applied.  Thanks.

---------------------------------------------------------------------------


Andrew Dunstan wrote:
> Note to self: stop working when brain is clearly malfunctioning.
>
> *This* patch works. Please disregard previous.
>
> thanks
>
> andrew
>
> Andrew Dunstan wrote:
>
> >
> > OK, this works.
> >
> > cheers
> >
> > andrew
> >
> > Andrew Dunstan wrote:
> >
> >>
> >> ARRGGHH! It has a typo!. new patch shortly.
> >>
> >> Andrew Dunstan wrote:
> >>
> >

> ? initdb
> Index: initdb.c
> ===================================================================
> RCS file: /projects/cvsroot/pgsql-server/src/bin/initdb/initdb.c,v
> retrieving revision 1.4
> diff -c -w -r1.4 initdb.c
> *** initdb.c    13 Nov 2003 01:36:00 -0000    1.4
> --- initdb.c    13 Nov 2003 12:52:21 -0000
> ***************
> *** 2275,2280 ****
> --- 2275,2285 ----
>       check_input(features_file);
>       check_input(system_views_file);
>
> +     printf("The files belonging to this database system will be owned "
> +            "by user \"%s\".\n"
> +            "This user must also own the server process.\n\n",
> +            effective_user);
> +
>       setlocales();
>
>       if (strcmp(lc_ctype, lc_collate) == 0 &&

>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
>                http://archives.postgresql.org

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

В списке pgsql-patches по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: ALTER TABLE modifications
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: ALTER TABLE modifications