RE: Hardwired MAXBACKENDS limit could be history

From: "Mikheev, Vadim" <vmikheev(at)SECTORBASE(dot)COM>
To: "'Tom Lane'" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: RE: Hardwired MAXBACKENDS limit could be history
Date: 2001-01-26 21:55:40
Message-ID: 8F4C99C66D04D4118F580090272A7A234D32C7@sectorbase1.sectorbase.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > Conditional variables seem to be more portable
>
> Really? Which standard are they specified in?

POSIX - they are in pthread library (eg man pthread_cond_init).
For sem_init I see in man (on Solaris and AIX):

ENOSYS The sem_init() function is not supported

what is exactly I've got on AIX.

Vadim

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 2001-01-26 22:02:32 Re: Bug in FOREIGN KEY
Previous Message Sasha Pachev 2001-01-26 21:51:16 Which version?