postgresql/src/backend/storage
Amit Kapila 4ab77697f6 Fix the SharedFileSetUnregister API.
Commit 808e13b282 introduced a few APIs to extend the existing Buffile
interface. In SharedFileSetDeleteOnProcExit, it tries to delete the list
element while traversing the list with 'foreach' construct which makes the
behavior of list traversal unpredictable.

Author: Amit Kapila
Reviewed-by: Dilip Kumar
Tested-by: Dilip Kumar and Neha Sharma
Discussion: https://postgr.es/m/CAA4eK1JhLatVcQ2OvwA_3s0ih6Hx9+kZbq107cXVsSWWukH7vA@mail.gmail.com
2020-09-01 08:11:39 +05:30
..
buffer Correct several behavior descriptions in comments. 2020-08-15 20:21:52 -07:00
file Fix the SharedFileSetUnregister API. 2020-09-01 08:11:39 +05:30
freespace Cache smgrnblocks() results in recovery. 2020-07-31 14:29:52 +12:00
ipc Fix comment in procarray.c 2020-08-27 16:40:34 +09:00
large_object Remove utils/acl.h from catalog/objectaddress.h 2020-03-10 10:27:00 +01:00
lmgr Prevent concurrent SimpleLruTruncate() for any given SLRU. 2020-08-15 10:15:53 -07:00
page code: replace 'master' with 'primary' where appropriate. 2020-07-08 12:57:23 -07:00
smgr Cache smgrnblocks() results in recovery. 2020-07-31 14:29:52 +12: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