mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Remove --disable-spinlocks.
A later change will require atomic support, so it wouldn't make sense for a hypothetical new system not to be able to implement spinlocks. Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi> Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us> (concept, not the patch) Reviewed-by: Andres Freund <andres@anarazel.de> (concept, not the patch) Discussion: https://postgr.es/m/3351991.1697728588%40sss.pgh.pa.us
This commit is contained in:
@ -2089,12 +2089,6 @@ endif
|
||||
# Atomics
|
||||
###############################################################
|
||||
|
||||
if not get_option('spinlocks')
|
||||
warning('Not using spinlocks will cause poor performance')
|
||||
else
|
||||
cdata.set('HAVE_SPINLOCKS', 1)
|
||||
endif
|
||||
|
||||
if not get_option('atomics')
|
||||
warning('Not using atomics will cause poor performance')
|
||||
else
|
||||
|
Reference in New Issue
Block a user