Re: [pgsql-hackers-win32] 8.0 Beta 1 // Environment Vars // .pgpass

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: [pgsql-hackers-win32] 8.0 Beta 1 // Environment Vars // .pgpass
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E41A77A9@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответы Re: [pgsql-hackers-win32] 8.0 Beta 1 // Environment Vars // .pgpass  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches

> -----Original Message-----
> From: pgsql-hackers-win32-owner@postgresql.org
> [mailto:pgsql-hackers-win32-owner@postgresql.org] On Behalf
> Of Bruce Momjian
> Sent: 18 August 2004 03:59
> To: Andrew Dunstan
> Cc: Joerg Hessdoerfer; pgsql-hackers-win32@postgresql.org;
> PostgreSQL-patches
> Subject: Re: [pgsql-hackers-win32] 8.0 Beta 1 // Environment
> Vars // .pgpass
>
>
> I have applied the attached patch which adds get_home_path()
> which uses USERPROFILE on Win32 and HOME on Unix.
>
> This should fix the reported problem.

I now get the following error on Win32 following a make distclean:

fe-connect.o(.text+0x3428):fe-connect.c: undefined reference to
`get_home_path'
c:\mingw\bin\dllwrap.exe: c:\mingw\bin\gcc exited with status 1
make[3]: *** [libpq.a] Error 1
make[3]: Leaving directory `/cvs/pgsql/src/interfaces/libpq'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/cvs/pgsql/src/interfaces'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/cvs/pgsql/src'
make: *** [all] Error 2

:-(

Regards, Dave.

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

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: Compiling libpq with VC6
Следующее
От: "Andrew Dunstan"
Дата:
Сообщение: Re: pg_restore recognizing $-quotes