libpq.dll & psql.exe on Win32

Поиск
Список
Период
Сортировка
От Mikhail Terekhov
Тема libpq.dll & psql.exe on Win32
Дата
Msg-id 3B83FD87.AA78A3A5@emc.com
обсуждение исходный текст
Ответы Re: libpq.dll & psql.exe on Win32  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: libpq.dll & psql.exe on Win32  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: libpq.dll & psql.exe on Win32  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Hi,

There are two problems when compiling libpq.dll and psql.exe
on Windows. I'm not sure it is the best way to fix them
(see patch below.) Comments?

Regards,
Mikhail Terekhov

Index: bin/psql/prompt.c
===================================================================
RCS file: /home/projects/pgsql/cvsroot/pgsql/src/bin/psql/prompt.c,v
retrieving revision 1.19
diff -C3 -r1.19 prompt.c
*** bin/psql/prompt.c    2001/05/06 17:21:11    1.19
--- bin/psql/prompt.c    2001/08/22 18:27:26
***************
*** 129,134 ****
--- 129,135 ----                             if (*p == 'm')                                 buf[strcspn(buf, ".")] =
'\0';                        }
 
+ #ifndef WIN32                         /* UNIX socket */                         else                         {
***************
*** 139,144 ****
--- 140,146 ----                             else                                 snprintf(buf, MAX_PROMPT_SIZE,
"[local:%s]",host);                         }
 
+ #endif                     }                     break;                     /* DB server port number */
Index: include/libpq/hba.h
===================================================================
RCS file: /home/projects/pgsql/cvsroot/pgsql/src/include/libpq/hba.h,v
retrieving revision 1.24
diff -C3 -r1.24 hba.h
*** include/libpq/hba.h    2001/08/16 16:24:16    1.24
--- include/libpq/hba.h    2001/08/22 18:27:26
***************
*** 11,17 ****
--- 11,19 ---- #ifndef HBA_H #define HBA_H 
+ #ifndef WIN32 #include <netinet/in.h>
+ #endif  #define CONF_FILE "pg_hba.conf"  /* Name of the config file  */


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

Предыдущее
От: Vince Vielhaber
Дата:
Сообщение: Re: bugs - lets call an exterminator!
Следующее
От: Tom Lane
Дата:
Сообщение: [WAY OT] Re: Link to bug webpage