Home
last modified time | relevance | path

Searched refs:oldPartitionLock (Results 1 – 25 of 42) sorted by relevance

12

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/storage/buffer/
H A Dbufmgr.c1211 oldPartitionLock = NULL; in BufferAlloc()
1236 if (oldPartitionLock != NULL && in BufferAlloc()
1238 LWLockRelease(oldPartitionLock); in BufferAlloc()
1290 if (oldPartitionLock != NULL && in BufferAlloc()
1291 oldPartitionLock != newPartitionLock) in BufferAlloc()
1292 LWLockRelease(oldPartitionLock); in BufferAlloc()
1321 if (oldPartitionLock != NULL) in BufferAlloc()
1325 LWLockRelease(oldPartitionLock); in BufferAlloc()
1399 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
1415 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/storage/buffer/
H A Dbufmgr.c1211 oldPartitionLock = NULL; in BufferAlloc()
1236 if (oldPartitionLock != NULL && in BufferAlloc()
1238 LWLockRelease(oldPartitionLock); in BufferAlloc()
1290 if (oldPartitionLock != NULL && in BufferAlloc()
1291 oldPartitionLock != newPartitionLock) in BufferAlloc()
1292 LWLockRelease(oldPartitionLock); in BufferAlloc()
1321 if (oldPartitionLock != NULL) in BufferAlloc()
1325 LWLockRelease(oldPartitionLock); in BufferAlloc()
1399 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
1415 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/storage/buffer/
H A Dbufmgr.c1211 oldPartitionLock = NULL; in BufferAlloc()
1236 if (oldPartitionLock != NULL && in BufferAlloc()
1238 LWLockRelease(oldPartitionLock); in BufferAlloc()
1290 if (oldPartitionLock != NULL && in BufferAlloc()
1291 oldPartitionLock != newPartitionLock) in BufferAlloc()
1292 LWLockRelease(oldPartitionLock); in BufferAlloc()
1321 if (oldPartitionLock != NULL) in BufferAlloc()
1325 LWLockRelease(oldPartitionLock); in BufferAlloc()
1399 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
1415 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/storage/buffer/
H A Dbufmgr.c1211 oldPartitionLock = NULL; in BufferAlloc()
1236 if (oldPartitionLock != NULL && in BufferAlloc()
1238 LWLockRelease(oldPartitionLock); in BufferAlloc()
1290 if (oldPartitionLock != NULL && in BufferAlloc()
1291 oldPartitionLock != newPartitionLock) in BufferAlloc()
1292 LWLockRelease(oldPartitionLock); in BufferAlloc()
1321 if (oldPartitionLock != NULL) in BufferAlloc()
1325 LWLockRelease(oldPartitionLock); in BufferAlloc()
1399 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
1415 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
[all …]
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/storage/buffer/
H A Dbufmgr.c1211 oldPartitionLock = NULL; in BufferAlloc()
1236 if (oldPartitionLock != NULL && in BufferAlloc()
1238 LWLockRelease(oldPartitionLock); in BufferAlloc()
1290 if (oldPartitionLock != NULL && in BufferAlloc()
1291 oldPartitionLock != newPartitionLock) in BufferAlloc()
1292 LWLockRelease(oldPartitionLock); in BufferAlloc()
1321 if (oldPartitionLock != NULL) in BufferAlloc()
1325 LWLockRelease(oldPartitionLock); in BufferAlloc()
1399 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
1415 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
[all …]
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/storage/buffer/
H A Dbufmgr.c1211 oldPartitionLock = NULL; in BufferAlloc()
1236 if (oldPartitionLock != NULL && in BufferAlloc()
1238 LWLockRelease(oldPartitionLock); in BufferAlloc()
1290 if (oldPartitionLock != NULL && in BufferAlloc()
1291 oldPartitionLock != newPartitionLock) in BufferAlloc()
1292 LWLockRelease(oldPartitionLock); in BufferAlloc()
1321 if (oldPartitionLock != NULL) in BufferAlloc()
1325 LWLockRelease(oldPartitionLock); in BufferAlloc()
1399 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
1415 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
[all …]
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/storage/buffer/
H A Dbufmgr.c1211 oldPartitionLock = NULL; in BufferAlloc()
1236 if (oldPartitionLock != NULL && in BufferAlloc()
1238 LWLockRelease(oldPartitionLock); in BufferAlloc()
1290 if (oldPartitionLock != NULL && in BufferAlloc()
1291 oldPartitionLock != newPartitionLock) in BufferAlloc()
1292 LWLockRelease(oldPartitionLock); in BufferAlloc()
1321 if (oldPartitionLock != NULL) in BufferAlloc()
1325 LWLockRelease(oldPartitionLock); in BufferAlloc()
1399 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
1415 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/storage/buffer/
H A Dbufmgr.c1213 oldPartitionLock = NULL; in BufferAlloc()
1238 if (oldPartitionLock != NULL && in BufferAlloc()
1240 LWLockRelease(oldPartitionLock); in BufferAlloc()
1292 if (oldPartitionLock != NULL && in BufferAlloc()
1293 oldPartitionLock != newPartitionLock) in BufferAlloc()
1294 LWLockRelease(oldPartitionLock); in BufferAlloc()
1323 if (oldPartitionLock != NULL) in BufferAlloc()
1327 LWLockRelease(oldPartitionLock); in BufferAlloc()
1401 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
1417 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/storage/buffer/
H A Dbufmgr.c1211 oldPartitionLock = NULL; in BufferAlloc()
1236 if (oldPartitionLock != NULL && in BufferAlloc()
1238 LWLockRelease(oldPartitionLock); in BufferAlloc()
1290 if (oldPartitionLock != NULL && in BufferAlloc()
1291 oldPartitionLock != newPartitionLock) in BufferAlloc()
1292 LWLockRelease(oldPartitionLock); in BufferAlloc()
1321 if (oldPartitionLock != NULL) in BufferAlloc()
1325 LWLockRelease(oldPartitionLock); in BufferAlloc()
1399 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
1415 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/storage/buffer/
H A Dbufmgr.c1211 oldPartitionLock = NULL; in BufferAlloc()
1236 if (oldPartitionLock != NULL && in BufferAlloc()
1238 LWLockRelease(oldPartitionLock); in BufferAlloc()
1290 if (oldPartitionLock != NULL && in BufferAlloc()
1291 oldPartitionLock != newPartitionLock) in BufferAlloc()
1292 LWLockRelease(oldPartitionLock); in BufferAlloc()
1321 if (oldPartitionLock != NULL) in BufferAlloc()
1325 LWLockRelease(oldPartitionLock); in BufferAlloc()
1399 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
1415 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/storage/buffer/
H A Dbufmgr.c1211 oldPartitionLock = NULL; in BufferAlloc()
1236 if (oldPartitionLock != NULL && in BufferAlloc()
1238 LWLockRelease(oldPartitionLock); in BufferAlloc()
1290 if (oldPartitionLock != NULL && in BufferAlloc()
1291 oldPartitionLock != newPartitionLock) in BufferAlloc()
1292 LWLockRelease(oldPartitionLock); in BufferAlloc()
1321 if (oldPartitionLock != NULL) in BufferAlloc()
1325 LWLockRelease(oldPartitionLock); in BufferAlloc()
1399 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
1415 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/storage/buffer/
H A Dbufmgr.c1211 oldPartitionLock = NULL; in BufferAlloc()
1236 if (oldPartitionLock != NULL && in BufferAlloc()
1238 LWLockRelease(oldPartitionLock); in BufferAlloc()
1290 if (oldPartitionLock != NULL && in BufferAlloc()
1291 oldPartitionLock != newPartitionLock) in BufferAlloc()
1292 LWLockRelease(oldPartitionLock); in BufferAlloc()
1321 if (oldPartitionLock != NULL) in BufferAlloc()
1325 LWLockRelease(oldPartitionLock); in BufferAlloc()
1399 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
1415 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/storage/buffer/
H A Dbufmgr.c1211 oldPartitionLock = NULL; in BufferAlloc()
1236 if (oldPartitionLock != NULL && in BufferAlloc()
1238 LWLockRelease(oldPartitionLock); in BufferAlloc()
1290 if (oldPartitionLock != NULL && in BufferAlloc()
1291 oldPartitionLock != newPartitionLock) in BufferAlloc()
1292 LWLockRelease(oldPartitionLock); in BufferAlloc()
1321 if (oldPartitionLock != NULL) in BufferAlloc()
1325 LWLockRelease(oldPartitionLock); in BufferAlloc()
1399 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
1415 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/storage/buffer/
H A Dbufmgr.c1211 oldPartitionLock = NULL; in BufferAlloc()
1236 if (oldPartitionLock != NULL && in BufferAlloc()
1238 LWLockRelease(oldPartitionLock); in BufferAlloc()
1290 if (oldPartitionLock != NULL && in BufferAlloc()
1291 oldPartitionLock != newPartitionLock) in BufferAlloc()
1292 LWLockRelease(oldPartitionLock); in BufferAlloc()
1321 if (oldPartitionLock != NULL) in BufferAlloc()
1325 LWLockRelease(oldPartitionLock); in BufferAlloc()
1399 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
1415 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/storage/buffer/
H A Dbufmgr.c1213 oldPartitionLock = NULL; in BufferAlloc()
1238 if (oldPartitionLock != NULL && in BufferAlloc()
1240 LWLockRelease(oldPartitionLock); in BufferAlloc()
1292 if (oldPartitionLock != NULL && in BufferAlloc()
1293 oldPartitionLock != newPartitionLock) in BufferAlloc()
1294 LWLockRelease(oldPartitionLock); in BufferAlloc()
1323 if (oldPartitionLock != NULL) in BufferAlloc()
1327 LWLockRelease(oldPartitionLock); in BufferAlloc()
1401 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
1417 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/storage/buffer/
H A Dbufmgr.c1213 oldPartitionLock = NULL; in BufferAlloc()
1238 if (oldPartitionLock != NULL && in BufferAlloc()
1240 LWLockRelease(oldPartitionLock); in BufferAlloc()
1292 if (oldPartitionLock != NULL && in BufferAlloc()
1293 oldPartitionLock != newPartitionLock) in BufferAlloc()
1294 LWLockRelease(oldPartitionLock); in BufferAlloc()
1323 if (oldPartitionLock != NULL) in BufferAlloc()
1327 LWLockRelease(oldPartitionLock); in BufferAlloc()
1401 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
1417 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/storage/buffer/
H A Dbufmgr.c1213 oldPartitionLock = NULL; in BufferAlloc()
1238 if (oldPartitionLock != NULL && in BufferAlloc()
1240 LWLockRelease(oldPartitionLock); in BufferAlloc()
1292 if (oldPartitionLock != NULL && in BufferAlloc()
1293 oldPartitionLock != newPartitionLock) in BufferAlloc()
1294 LWLockRelease(oldPartitionLock); in BufferAlloc()
1323 if (oldPartitionLock != NULL) in BufferAlloc()
1327 LWLockRelease(oldPartitionLock); in BufferAlloc()
1401 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
1417 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/storage/buffer/
H A Dbufmgr.c1213 oldPartitionLock = NULL; in BufferAlloc()
1238 if (oldPartitionLock != NULL && in BufferAlloc()
1240 LWLockRelease(oldPartitionLock); in BufferAlloc()
1292 if (oldPartitionLock != NULL && in BufferAlloc()
1293 oldPartitionLock != newPartitionLock) in BufferAlloc()
1294 LWLockRelease(oldPartitionLock); in BufferAlloc()
1323 if (oldPartitionLock != NULL) in BufferAlloc()
1327 LWLockRelease(oldPartitionLock); in BufferAlloc()
1401 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
1417 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/storage/buffer/
H A Dbufmgr.c1213 oldPartitionLock = NULL; in BufferAlloc()
1238 if (oldPartitionLock != NULL && in BufferAlloc()
1240 LWLockRelease(oldPartitionLock); in BufferAlloc()
1292 if (oldPartitionLock != NULL && in BufferAlloc()
1293 oldPartitionLock != newPartitionLock) in BufferAlloc()
1294 LWLockRelease(oldPartitionLock); in BufferAlloc()
1323 if (oldPartitionLock != NULL) in BufferAlloc()
1327 LWLockRelease(oldPartitionLock); in BufferAlloc()
1401 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
1417 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/storage/buffer/
H A Dbufmgr.c1211 oldPartitionLock = NULL; in BufferAlloc()
1236 if (oldPartitionLock != NULL && in BufferAlloc()
1238 LWLockRelease(oldPartitionLock); in BufferAlloc()
1290 if (oldPartitionLock != NULL && in BufferAlloc()
1291 oldPartitionLock != newPartitionLock) in BufferAlloc()
1292 LWLockRelease(oldPartitionLock); in BufferAlloc()
1321 if (oldPartitionLock != NULL) in BufferAlloc()
1325 LWLockRelease(oldPartitionLock); in BufferAlloc()
1399 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
1415 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/storage/buffer/
H A Dbufmgr.c1213 oldPartitionLock = NULL; in BufferAlloc()
1238 if (oldPartitionLock != NULL && in BufferAlloc()
1240 LWLockRelease(oldPartitionLock); in BufferAlloc()
1292 if (oldPartitionLock != NULL && in BufferAlloc()
1293 oldPartitionLock != newPartitionLock) in BufferAlloc()
1294 LWLockRelease(oldPartitionLock); in BufferAlloc()
1323 if (oldPartitionLock != NULL) in BufferAlloc()
1327 LWLockRelease(oldPartitionLock); in BufferAlloc()
1401 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
1417 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/storage/buffer/
H A Dbufmgr.c1220 oldPartitionLock = NULL;
1245 if (oldPartitionLock != NULL &&
1247 LWLockRelease(oldPartitionLock);
1299 if (oldPartitionLock != NULL &&
1300 oldPartitionLock != newPartitionLock)
1301 LWLockRelease(oldPartitionLock);
1330 if (oldPartitionLock != NULL)
1334 LWLockRelease(oldPartitionLock);
1408 LWLockRelease(oldPartitionLock);
1424 LWLockRelease(oldPartitionLock);
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/storage/buffer/
H A Dbufmgr.c1231 oldPartitionLock = NULL; in BufferAlloc()
1256 if (oldPartitionLock != NULL && in BufferAlloc()
1258 LWLockRelease(oldPartitionLock); in BufferAlloc()
1310 if (oldPartitionLock != NULL && in BufferAlloc()
1311 oldPartitionLock != newPartitionLock) in BufferAlloc()
1312 LWLockRelease(oldPartitionLock); in BufferAlloc()
1341 if (oldPartitionLock != NULL) in BufferAlloc()
1345 LWLockRelease(oldPartitionLock); in BufferAlloc()
1419 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
1435 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/storage/buffer/
H A Dbufmgr.c1231 oldPartitionLock = NULL; in BufferAlloc()
1256 if (oldPartitionLock != NULL && in BufferAlloc()
1258 LWLockRelease(oldPartitionLock); in BufferAlloc()
1310 if (oldPartitionLock != NULL && in BufferAlloc()
1311 oldPartitionLock != newPartitionLock) in BufferAlloc()
1312 LWLockRelease(oldPartitionLock); in BufferAlloc()
1341 if (oldPartitionLock != NULL) in BufferAlloc()
1345 LWLockRelease(oldPartitionLock); in BufferAlloc()
1419 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
1435 LWLockRelease(oldPartitionLock); in InvalidateBuffer()
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/storage/buffer/
H A Dbufmgr.c1220 oldPartitionLock = NULL;
1245 if (oldPartitionLock != NULL &&
1247 LWLockRelease(oldPartitionLock);
1299 if (oldPartitionLock != NULL &&
1300 oldPartitionLock != newPartitionLock)
1301 LWLockRelease(oldPartitionLock);
1330 if (oldPartitionLock != NULL)
1334 LWLockRelease(oldPartitionLock);
1408 LWLockRelease(oldPartitionLock);
1424 LWLockRelease(oldPartitionLock);
[all …]

12