postgresql/src/backend/storage
Peter Geoghegan 6ca7cd89a2 Assert that buffer is pinned in LockBuffer().
Strengthen the LockBuffer() assertion that verifies BufferIsValid() by
making it verify BufferIsPinned() instead.  Do the same in nearby
related functions.

There is probably not much chance that anybody will try to lock a buffer
that is not already pinned, but we might as well make sure of that.
2020-07-20 16:03:38 -07:00
..
buffer Assert that buffer is pinned in LockBuffer(). 2020-07-20 16:03:38 -07:00
file Fix temporary tablespaces for shared filesets some more. 2020-07-03 17:01:34 -04:00
freespace Initial pgindent and pgperltidy run for v13. 2020-05-14 13:06:50 -04:00
ipc code: replace 'master' with 'primary' where appropriate. 2020-07-08 12:57:23 -07:00
large_object Remove utils/acl.h from catalog/objectaddress.h 2020-03-10 10:27:00 +01:00
lmgr code: replace 'master' with 'primary' where appropriate. 2020-07-08 12:57:23 -07:00
page code: replace 'master' with 'primary' where appropriate. 2020-07-08 12:57:23 -07: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