[HACKERS] 7.4RC1 failed to build on Linux

2003-11-03 Thread Kenji Sugita
`/usr/local/pgsql/7.4RC1/build/src' make: *** [all] Error 2 Command exited with non-zero status 2 206.91user 12.52system 3:39.38elapsed 100%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (523032major+569611minor)pagefaults 0swaps $ Kenji Sugita

Re: [HACKERS] Index counters of statistics collector does not work

2003-07-20 Thread Kenji Sugita
From: "Mendola Gaetano" <[EMAIL PROTECTED]> Subject: Re: [HACKERS] Index counters of statistics collector does not work on 7.4devel Date: Sun, 20 Jul 2003 15:42:29 +0200 ;;; "Kenji Sugita" <[EMAIL PROTECTED]> wrote: ;;; > =# explain select * from class1 wher

[HACKERS] Index counters of statistics collector does not work on 7.4devel

2003-07-20 Thread Kenji Sugita
elid | 17166 schemaname| public relname | class1 seq_scan | 2 seq_tup_read | 13000 idx_scan | 0 idx_tup_fetch | 0 n_tup_ins | 1 n_tup_upd | 0 n_tup_del | 0 =# Kenji Sugita ---

[HACKERS] vacuumdb can't be canceled

2003-07-12 Thread Kenji Sugita
er of cancellation for 7.4devel. Kenji Sugita ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html

Re: [HACKERS] PostgreSQL 7.4devel - LOG: PGSTAT: socket() failed:

2003-07-09 Thread Kenji Sugita
LIB %CPU %MEM TIME COMMAND 12074 sugita10 0 1668 1668 1328 R 0 99.2 0.0 1:00 postmaster .. Mac OS X 10.2.6 $ postmaster 2003-07-08 11:48:32 [1512] LOG: PGSTAT: socket() failed: Protocol not supported Ken

Re: [HACKERS] PostgreSQL 7.4devel - LOG: PGSTAT: socket() failed:

2003-07-08 Thread Kenji Sugita
rect, but we don't want to use ;;; the AF_UNIX one. ;;; ;;; I'm going to assume that Mac Os X is broken in the same way. ;;; ;;; Here is a new patch. It works on both platforms. Thanks. Kenji Sugita ---(end of broadcast)-

Re: [HACKERS] PostgreSQL 7.4devel - LOG: PGSTAT: socket() failed:

2003-07-07 Thread Kenji Sugita
LIB %CPU %MEM TIME COMMAND 12074 sugita10 0 1668 1668 1328 R 0 99.2 0.0 1:00 postmaster .. Mac OS X 10.2.6 $ postmaster 2003-07-08 11:48:32 [1512] LOG: PGSTAT: socket() failed: Protocol not supported Ken

Re: [HACKERS] PostgreSQL 7.4devel - LOG: PGSTAT: socket() failed:

2003-07-02 Thread Kenji Sugita
From: Kurt Roeckx <[EMAIL PROTECTED]> To: Kenji Sugita <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Date: Wed, 2 Jul 2003 19:20:11 +0200 ;;; What system are you running on, and does it have a getaddrinfo() ;;; or not? Red Hat Linux and Mac OS X 10.2.6. Both nm libc display getaddrinf

[HACKERS] PostgreSQL 7.4devel - LOG: PGSTAT: socket() failed: Invalidargument

2003-07-01 Thread Kenji Sugita
It seems that a value of addr->ai_socktype returned by getaddrinfo in pg_stat.c is not SOCK_DGRAM. Kenji Sugita ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister comm

[HACKERS] How to write make rules for shared library and loadable library

2002-12-21 Thread Kenji Sugita
(compatibility version 1.0.0, current version 63.0.0) $ Make rules for shared library and loadable library are required to make both type of libraries. How to change PostgreSQL make rules? Kenji Sugita ---(end of broadcast)--- TIP 6: Have you