postgresql/src/backend/storage
Andres Freund 4d4ca24efe spinlock emulation: Fix bug when more than INT_MAX spinlocks are initialized.
Once the counter goes negative we ended up with spinlocks that errored
out on first use (due to check in tas_sema).

Author: Andres Freund
Reviewed-By: Robert Haas
Discussion: https://postgr.es/m/20200606023103.avzrctgv7476xj7i@alap3.anarazel.de
Backpatch: 9.5-
2020-06-17 12:50:54 -07:00
..
buffer Clear some style deviations. 2020-05-21 08:31:16 -07:00
file Remove useless variable. 2020-06-16 17:40:06 +12:00
freespace Initial pgindent and pgperltidy run for v13. 2020-05-14 13:06:50 -04:00
ipc Avoid potential spinlock in a signal handler as part of global barriers. 2020-06-17 12:41:45 -07:00
large_object Remove utils/acl.h from catalog/objectaddress.h 2020-03-10 10:27:00 +01:00
lmgr spinlock emulation: Fix bug when more than INT_MAX spinlocks are initialized. 2020-06-17 12:50:54 -07:00
page Document that pg_checksums exists in checksums README 2020-03-26 15:05:54 +01:00
smgr Clear some style deviations. 2020-05-21 08:31:16 -07:00
sync Use correct and consistent unit abbreviation 2020-06-01 21:18:36 +02:00
Makefile Refactor the fsync queue for wider use. 2019-04-04 23:38:38 +13:00