Re: Reorganization of spinlock defines

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Reorganization of spinlock defines
Date: 2003-09-12 19:20:48
Message-ID: Pine.LNX.4.44.0309122119010.1131-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Bruce Momjian writes:

> I can make the change, but --without seemed to more closely match
> because it was like readline where you didn't have it, and had to say so
> specifically. I don't see how we can say --disable because this is case
> were we clearly don't have spinlocks to enable, no?

./configure --help | grep --relevant-stuff

Optional Features:
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]

Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)

Readline is a package, spinlocks are a feature.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tilo Schwarz 2003-09-12 20:15:58 Re: plpython
Previous Message Christopher Browne 2003-09-12 19:18:02 Re: Another small bug (pg_autovacuum)

Browse pgsql-patches by date

  From Date Subject
Next Message Manfred Spraul 2003-09-12 21:14:23 Re: [PATCHES] Reorganization of spinlock defines
Previous Message Nigel J. Andrews 2003-09-12 18:37:34 Re: tsearch pfree error