Denis Medvedev ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is.
Short Description bind to 127.0.0.1 in pgstat.c in secure server Long Description I am trying to run postgresql in secure server where is only one IP available. There is no means to bind to 127.0.0.1 So postmaster crashes when pgstat tries to bind to 127.0.0.1 Is it possible to bind to particular ip address instead of statically written 127.0.0.1? pgstat.c line 183 for example bind to gethostbyname("localhost")? Sample Code file pgstat.c near line 183 { struct hostent *hostlocalhost; hostlocalhost=gethostbyname("localhost"); pgStatAddr.sin_addr=hostlocalhost->h_addr_list[0]; /*inet_aton("127.0.0.1", &(pgStatAddr.sin_addr))*/ } No file was uploaded with this report ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])