Thread: ipc-daemon is necessary for running postgre ?

ipc-daemon is necessary for running postgre ?

From
"Litel Wang"
Date:
I know I need run ipc-daemon before I run initdb command .
but is it necessary for running  postgre ?
what is the porblem if I don't run it ?



Re: ipc-daemon is necessary for running postgre ?

From
"Henshall, Stuart - TNP Southwest"
Date:

ipc is for interprocess communications. It is also what postgresql uses for shared memory, which postgresql makes heavy use of for locks and caching.

hth,
- Stuart

> -----Original Message-----
> From: Litel Wang [mailto:wlxyk@vip.163.com]
> Sent: 09 July 2003 03:54
> To: pgsql-cygwin@postgresql.org
> Subject: [CYGWIN] ipc-daemon is necessary for running postgre ?
>
>
> I know I need run ipc-daemon before I run initdb command .
> but is it necessary for running  postgre ?
> what is the porblem if I don't run it ?
>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to
> majordomo@postgresql.org)
>

DISCLAIMER:The information in this message is confidential and may be legally privileged. It is intended solely for the addressee.  Access to this message by anyone else is unauthorised.  If you are not the intended recipient, any disclosure, copying, or distribution of the message, or any action or omission taken by you in reliance on it, is prohibited and may be unlawful.  Please immediately contact the sender if you have received this message in error. Thank you.

Re: ipc-daemon is necessary for running postgre ?

From
Jason Tishler
Date:
On Wed, Jul 09, 2003 at 10:54:20AM +0800, Litel Wang wrote:
> I know I need run ipc-daemon before I run initdb command .
> but is it necessary for running  postgre ?

Yes.

> what is the porblem if I don't run it ?

PostgreSQL won't work.

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6