Home
last modified time | relevance | path

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

12

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/storage/sync/
H A Dsync.c76 static List *pendingUnlinks = NIL; variable
161 pendingUnlinks = NIL; in InitSync()
202 foreach(lc, pendingUnlinks) in SyncPostCheckpoint()
262 list_free_deep(pendingUnlinks); in SyncPostCheckpoint()
263 pendingUnlinks = NIL; in SyncPostCheckpoint()
267 int ntodelete = list_cell_number(pendingUnlinks, lc); in SyncPostCheckpoint()
270 pfree(list_nth(pendingUnlinks, i)); in SyncPostCheckpoint()
272 pendingUnlinks = list_delete_first_n(pendingUnlinks, ntodelete); in SyncPostCheckpoint()
514 foreach(cell, pendingUnlinks) in RememberSyncRequest()
534 pendingUnlinks = lappend(pendingUnlinks, entry); in RememberSyncRequest()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/storage/sync/
H A Dsync.c76 static List *pendingUnlinks = NIL; variable
161 pendingUnlinks = NIL; in InitSync()
202 foreach(lc, pendingUnlinks) in SyncPostCheckpoint()
262 list_free_deep(pendingUnlinks); in SyncPostCheckpoint()
263 pendingUnlinks = NIL; in SyncPostCheckpoint()
267 int ntodelete = list_cell_number(pendingUnlinks, lc); in SyncPostCheckpoint()
270 pfree(list_nth(pendingUnlinks, i)); in SyncPostCheckpoint()
272 pendingUnlinks = list_delete_first_n(pendingUnlinks, ntodelete); in SyncPostCheckpoint()
514 foreach(cell, pendingUnlinks) in RememberSyncRequest()
534 pendingUnlinks = lappend(pendingUnlinks, entry); in RememberSyncRequest()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/storage/sync/
H A Dsync.c76 static List *pendingUnlinks = NIL; variable
161 pendingUnlinks = NIL; in InitSync()
202 foreach(lc, pendingUnlinks) in SyncPostCheckpoint()
262 list_free_deep(pendingUnlinks); in SyncPostCheckpoint()
263 pendingUnlinks = NIL; in SyncPostCheckpoint()
267 int ntodelete = list_cell_number(pendingUnlinks, lc); in SyncPostCheckpoint()
270 pfree(list_nth(pendingUnlinks, i)); in SyncPostCheckpoint()
272 pendingUnlinks = list_delete_first_n(pendingUnlinks, ntodelete); in SyncPostCheckpoint()
514 foreach(cell, pendingUnlinks) in RememberSyncRequest()
534 pendingUnlinks = lappend(pendingUnlinks, entry); in RememberSyncRequest()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/storage/sync/
H A Dsync.c76 static List *pendingUnlinks = NIL; variable
161 pendingUnlinks = NIL; in InitSync()
202 foreach(lc, pendingUnlinks) in SyncPostCheckpoint()
262 list_free_deep(pendingUnlinks); in SyncPostCheckpoint()
263 pendingUnlinks = NIL; in SyncPostCheckpoint()
267 int ntodelete = list_cell_number(pendingUnlinks, lc); in SyncPostCheckpoint()
270 pfree(list_nth(pendingUnlinks, i)); in SyncPostCheckpoint()
272 pendingUnlinks = list_delete_first_n(pendingUnlinks, ntodelete); in SyncPostCheckpoint()
514 foreach(cell, pendingUnlinks) in RememberSyncRequest()
534 pendingUnlinks = lappend(pendingUnlinks, entry); in RememberSyncRequest()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/storage/sync/
H A Dsync.c76 static List *pendingUnlinks = NIL;
161 pendingUnlinks = NIL;
202 foreach(lc, pendingUnlinks)
262 list_free_deep(pendingUnlinks);
263 pendingUnlinks = NIL;
267 int ntodelete = list_cell_number(pendingUnlinks, lc);
270 pfree(list_nth(pendingUnlinks, i));
272 pendingUnlinks = list_delete_first_n(pendingUnlinks, ntodelete);
514 foreach(cell, pendingUnlinks)
534 pendingUnlinks = lappend(pendingUnlinks, entry);
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/storage/sync/
H A Dsync.c76 static List *pendingUnlinks = NIL; variable
161 pendingUnlinks = NIL; in InitSync()
202 foreach(lc, pendingUnlinks) in SyncPostCheckpoint()
262 list_free_deep(pendingUnlinks); in SyncPostCheckpoint()
263 pendingUnlinks = NIL; in SyncPostCheckpoint()
267 int ntodelete = list_cell_number(pendingUnlinks, lc); in SyncPostCheckpoint()
270 pfree(list_nth(pendingUnlinks, i)); in SyncPostCheckpoint()
272 pendingUnlinks = list_delete_first_n(pendingUnlinks, ntodelete); in SyncPostCheckpoint()
514 foreach(cell, pendingUnlinks) in RememberSyncRequest()
534 pendingUnlinks = lappend(pendingUnlinks, entry); in RememberSyncRequest()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/storage/sync/
H A Dsync.c73 static List *pendingUnlinks = NIL; variable
140 pendingUnlinks = NIL; in InitSync()
181 foreach(lc, pendingUnlinks) in SyncPostCheckpoint()
241 list_free_deep(pendingUnlinks); in SyncPostCheckpoint()
242 pendingUnlinks = NIL; in SyncPostCheckpoint()
246 int ntodelete = list_cell_number(pendingUnlinks, lc); in SyncPostCheckpoint()
249 pfree(list_nth(pendingUnlinks, i)); in SyncPostCheckpoint()
251 pendingUnlinks = list_delete_first_n(pendingUnlinks, ntodelete); in SyncPostCheckpoint()
493 foreach(cell, pendingUnlinks) in RememberSyncRequest()
513 pendingUnlinks = lappend(pendingUnlinks, entry); in RememberSyncRequest()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/storage/sync/
H A Dsync.c76 static List *pendingUnlinks = NIL; variable
161 pendingUnlinks = NIL; in InitSync()
202 foreach(lc, pendingUnlinks) in SyncPostCheckpoint()
262 list_free_deep(pendingUnlinks); in SyncPostCheckpoint()
263 pendingUnlinks = NIL; in SyncPostCheckpoint()
267 int ntodelete = list_cell_number(pendingUnlinks, lc); in SyncPostCheckpoint()
270 pfree(list_nth(pendingUnlinks, i)); in SyncPostCheckpoint()
272 pendingUnlinks = list_delete_first_n(pendingUnlinks, ntodelete); in SyncPostCheckpoint()
514 foreach(cell, pendingUnlinks) in RememberSyncRequest()
534 pendingUnlinks = lappend(pendingUnlinks, entry); in RememberSyncRequest()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/storage/sync/
H A Dsync.c73 static List *pendingUnlinks = NIL; variable
140 pendingUnlinks = NIL; in InitSync()
181 foreach(lc, pendingUnlinks) in SyncPostCheckpoint()
241 list_free_deep(pendingUnlinks); in SyncPostCheckpoint()
242 pendingUnlinks = NIL; in SyncPostCheckpoint()
246 int ntodelete = list_cell_number(pendingUnlinks, lc); in SyncPostCheckpoint()
249 pfree(list_nth(pendingUnlinks, i)); in SyncPostCheckpoint()
251 pendingUnlinks = list_delete_first_n(pendingUnlinks, ntodelete); in SyncPostCheckpoint()
493 foreach(cell, pendingUnlinks) in RememberSyncRequest()
513 pendingUnlinks = lappend(pendingUnlinks, entry); in RememberSyncRequest()
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/storage/sync/
H A Dsync.c73 static List *pendingUnlinks = NIL; variable
140 pendingUnlinks = NIL; in InitSync()
181 foreach(lc, pendingUnlinks) in SyncPostCheckpoint()
241 list_free_deep(pendingUnlinks); in SyncPostCheckpoint()
242 pendingUnlinks = NIL; in SyncPostCheckpoint()
246 int ntodelete = list_cell_number(pendingUnlinks, lc); in SyncPostCheckpoint()
249 pfree(list_nth(pendingUnlinks, i)); in SyncPostCheckpoint()
251 pendingUnlinks = list_delete_first_n(pendingUnlinks, ntodelete); in SyncPostCheckpoint()
493 foreach(cell, pendingUnlinks) in RememberSyncRequest()
513 pendingUnlinks = lappend(pendingUnlinks, entry); in RememberSyncRequest()
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/storage/sync/
H A Dsync.c73 static List *pendingUnlinks = NIL; variable
140 pendingUnlinks = NIL; in InitSync()
181 foreach(lc, pendingUnlinks) in SyncPostCheckpoint()
241 list_free_deep(pendingUnlinks); in SyncPostCheckpoint()
242 pendingUnlinks = NIL; in SyncPostCheckpoint()
246 int ntodelete = list_cell_number(pendingUnlinks, lc); in SyncPostCheckpoint()
249 pfree(list_nth(pendingUnlinks, i)); in SyncPostCheckpoint()
251 pendingUnlinks = list_delete_first_n(pendingUnlinks, ntodelete); in SyncPostCheckpoint()
493 foreach(cell, pendingUnlinks) in RememberSyncRequest()
513 pendingUnlinks = lappend(pendingUnlinks, entry); in RememberSyncRequest()
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/storage/sync/
H A Dsync.c73 static List *pendingUnlinks = NIL; variable
140 pendingUnlinks = NIL; in InitSync()
181 foreach(lc, pendingUnlinks) in SyncPostCheckpoint()
241 list_free_deep(pendingUnlinks); in SyncPostCheckpoint()
242 pendingUnlinks = NIL; in SyncPostCheckpoint()
246 int ntodelete = list_cell_number(pendingUnlinks, lc); in SyncPostCheckpoint()
249 pfree(list_nth(pendingUnlinks, i)); in SyncPostCheckpoint()
251 pendingUnlinks = list_delete_first_n(pendingUnlinks, ntodelete); in SyncPostCheckpoint()
493 foreach(cell, pendingUnlinks) in RememberSyncRequest()
513 pendingUnlinks = lappend(pendingUnlinks, entry); in RememberSyncRequest()
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/storage/sync/
H A Dsync.c73 static List *pendingUnlinks = NIL; variable
140 pendingUnlinks = NIL; in InitSync()
181 foreach(lc, pendingUnlinks) in SyncPostCheckpoint()
241 list_free_deep(pendingUnlinks); in SyncPostCheckpoint()
242 pendingUnlinks = NIL; in SyncPostCheckpoint()
246 int ntodelete = list_cell_number(pendingUnlinks, lc); in SyncPostCheckpoint()
249 pfree(list_nth(pendingUnlinks, i)); in SyncPostCheckpoint()
251 pendingUnlinks = list_delete_first_n(pendingUnlinks, ntodelete); in SyncPostCheckpoint()
493 foreach(cell, pendingUnlinks) in RememberSyncRequest()
513 pendingUnlinks = lappend(pendingUnlinks, entry); in RememberSyncRequest()
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/storage/sync/
H A Dsync.c73 static List *pendingUnlinks = NIL; variable
140 pendingUnlinks = NIL; in InitSync()
181 foreach(lc, pendingUnlinks) in SyncPostCheckpoint()
241 list_free_deep(pendingUnlinks); in SyncPostCheckpoint()
242 pendingUnlinks = NIL; in SyncPostCheckpoint()
246 int ntodelete = list_cell_number(pendingUnlinks, lc); in SyncPostCheckpoint()
249 pfree(list_nth(pendingUnlinks, i)); in SyncPostCheckpoint()
251 pendingUnlinks = list_delete_first_n(pendingUnlinks, ntodelete); in SyncPostCheckpoint()
493 foreach(cell, pendingUnlinks) in RememberSyncRequest()
513 pendingUnlinks = lappend(pendingUnlinks, entry); in RememberSyncRequest()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/storage/sync/
H A Dsync.c72 static List *pendingUnlinks = NIL; variable
139 pendingUnlinks = NIL; in InitSync()
179 while (pendingUnlinks != NIL) in SyncPostCheckpoint()
181 PendingUnlinkEntry *entry = (PendingUnlinkEntry *) linitial(pendingUnlinks); in SyncPostCheckpoint()
214 pendingUnlinks = list_delete_first(pendingUnlinks); in SyncPostCheckpoint()
472 for (cell = list_head(pendingUnlinks); cell; cell = next) in RememberSyncRequest()
480 pendingUnlinks = list_delete_cell(pendingUnlinks, cell, prev); in RememberSyncRequest()
497 pendingUnlinks = lappend(pendingUnlinks, entry); in RememberSyncRequest()
599 Assert(pendingUnlinks == NIL); in EnableSyncRequestForwarding()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/storage/sync/
H A Dsync.c72 static List *pendingUnlinks = NIL; variable
139 pendingUnlinks = NIL; in InitSync()
179 while (pendingUnlinks != NIL) in SyncPostCheckpoint()
181 PendingUnlinkEntry *entry = (PendingUnlinkEntry *) linitial(pendingUnlinks); in SyncPostCheckpoint()
214 pendingUnlinks = list_delete_first(pendingUnlinks); in SyncPostCheckpoint()
472 for (cell = list_head(pendingUnlinks); cell; cell = next) in RememberSyncRequest()
480 pendingUnlinks = list_delete_cell(pendingUnlinks, cell, prev); in RememberSyncRequest()
497 pendingUnlinks = lappend(pendingUnlinks, entry); in RememberSyncRequest()
599 Assert(pendingUnlinks == NIL); in EnableSyncRequestForwarding()
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/storage/sync/
H A Dsync.c72 static List *pendingUnlinks = NIL;
139 pendingUnlinks = NIL;
179 while (pendingUnlinks != NIL)
181 PendingUnlinkEntry *entry = (PendingUnlinkEntry *) linitial(pendingUnlinks);
214 pendingUnlinks = list_delete_first(pendingUnlinks);
472 for (cell = list_head(pendingUnlinks); cell; cell = next)
480 pendingUnlinks = list_delete_cell(pendingUnlinks, cell, prev);
497 pendingUnlinks = lappend(pendingUnlinks, entry);
599 Assert(pendingUnlinks == NIL);
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/storage/sync/
H A Dsync.c72 static List *pendingUnlinks = NIL; variable
139 pendingUnlinks = NIL; in InitSync()
179 while (pendingUnlinks != NIL) in SyncPostCheckpoint()
181 PendingUnlinkEntry *entry = (PendingUnlinkEntry *) linitial(pendingUnlinks); in SyncPostCheckpoint()
214 pendingUnlinks = list_delete_first(pendingUnlinks); in SyncPostCheckpoint()
472 for (cell = list_head(pendingUnlinks); cell; cell = next) in RememberSyncRequest()
480 pendingUnlinks = list_delete_cell(pendingUnlinks, cell, prev); in RememberSyncRequest()
497 pendingUnlinks = lappend(pendingUnlinks, entry); in RememberSyncRequest()
599 Assert(pendingUnlinks == NIL); in EnableSyncRequestForwarding()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/storage/sync/
H A Dsync.c72 static List *pendingUnlinks = NIL; variable
139 pendingUnlinks = NIL; in InitSync()
179 while (pendingUnlinks != NIL) in SyncPostCheckpoint()
181 PendingUnlinkEntry *entry = (PendingUnlinkEntry *) linitial(pendingUnlinks); in SyncPostCheckpoint()
214 pendingUnlinks = list_delete_first(pendingUnlinks); in SyncPostCheckpoint()
472 for (cell = list_head(pendingUnlinks); cell; cell = next) in RememberSyncRequest()
480 pendingUnlinks = list_delete_cell(pendingUnlinks, cell, prev); in RememberSyncRequest()
497 pendingUnlinks = lappend(pendingUnlinks, entry); in RememberSyncRequest()
599 Assert(pendingUnlinks == NIL); in EnableSyncRequestForwarding()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/storage/sync/
H A Dsync.c72 static List *pendingUnlinks = NIL; variable
139 pendingUnlinks = NIL; in InitSync()
179 while (pendingUnlinks != NIL) in SyncPostCheckpoint()
181 PendingUnlinkEntry *entry = (PendingUnlinkEntry *) linitial(pendingUnlinks); in SyncPostCheckpoint()
214 pendingUnlinks = list_delete_first(pendingUnlinks); in SyncPostCheckpoint()
472 for (cell = list_head(pendingUnlinks); cell; cell = next) in RememberSyncRequest()
480 pendingUnlinks = list_delete_cell(pendingUnlinks, cell, prev); in RememberSyncRequest()
497 pendingUnlinks = lappend(pendingUnlinks, entry); in RememberSyncRequest()
599 Assert(pendingUnlinks == NIL); in EnableSyncRequestForwarding()
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/storage/sync/
H A Dsync.c72 static List *pendingUnlinks = NIL; variable
139 pendingUnlinks = NIL; in InitSync()
179 while (pendingUnlinks != NIL) in SyncPostCheckpoint()
181 PendingUnlinkEntry *entry = (PendingUnlinkEntry *) linitial(pendingUnlinks); in SyncPostCheckpoint()
214 pendingUnlinks = list_delete_first(pendingUnlinks); in SyncPostCheckpoint()
472 for (cell = list_head(pendingUnlinks); cell; cell = next) in RememberSyncRequest()
480 pendingUnlinks = list_delete_cell(pendingUnlinks, cell, prev); in RememberSyncRequest()
497 pendingUnlinks = lappend(pendingUnlinks, entry); in RememberSyncRequest()
599 Assert(pendingUnlinks == NIL); in EnableSyncRequestForwarding()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/storage/smgr/
H A Dmd.c160 static List *pendingUnlinks = NIL; variable
245 pendingUnlinks = NIL; in mdinit()
270 Assert(pendingUnlinks == NIL); in SetForwardFsyncRequests()
1419 while (pendingUnlinks != NIL) in mdpostckpt()
1421 PendingUnlinkEntry *entry = (PendingUnlinkEntry *) linitial(pendingUnlinks); in mdpostckpt()
1455 pendingUnlinks = list_delete_first(pendingUnlinks); in mdpostckpt()
1635 for (cell = list_head(pendingUnlinks); cell; cell = next) in RememberFsyncRequest()
1642 pendingUnlinks = list_delete_cell(pendingUnlinks, cell, prev); in RememberFsyncRequest()
1662 pendingUnlinks = lappend(pendingUnlinks, entry); in RememberFsyncRequest()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/storage/smgr/
H A Dmd.c160 static List *pendingUnlinks = NIL; variable
245 pendingUnlinks = NIL; in mdinit()
270 Assert(pendingUnlinks == NIL); in SetForwardFsyncRequests()
1419 while (pendingUnlinks != NIL) in mdpostckpt()
1421 PendingUnlinkEntry *entry = (PendingUnlinkEntry *) linitial(pendingUnlinks); in mdpostckpt()
1455 pendingUnlinks = list_delete_first(pendingUnlinks); in mdpostckpt()
1635 for (cell = list_head(pendingUnlinks); cell; cell = next) in RememberFsyncRequest()
1642 pendingUnlinks = list_delete_cell(pendingUnlinks, cell, prev); in RememberFsyncRequest()
1662 pendingUnlinks = lappend(pendingUnlinks, entry); in RememberFsyncRequest()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/storage/smgr/
H A Dmd.c160 static List *pendingUnlinks = NIL; variable
245 pendingUnlinks = NIL; in mdinit()
270 Assert(pendingUnlinks == NIL); in SetForwardFsyncRequests()
1419 while (pendingUnlinks != NIL) in mdpostckpt()
1421 PendingUnlinkEntry *entry = (PendingUnlinkEntry *) linitial(pendingUnlinks); in mdpostckpt()
1455 pendingUnlinks = list_delete_first(pendingUnlinks); in mdpostckpt()
1635 for (cell = list_head(pendingUnlinks); cell; cell = next) in RememberFsyncRequest()
1642 pendingUnlinks = list_delete_cell(pendingUnlinks, cell, prev); in RememberFsyncRequest()
1662 pendingUnlinks = lappend(pendingUnlinks, entry); in RememberFsyncRequest()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/storage/smgr/
H A Dmd.c157 static List *pendingUnlinks = NIL; variable
244 pendingUnlinks = NIL; in mdinit()
269 Assert(pendingUnlinks == NIL); in SetForwardFsyncRequests()
1414 while (pendingUnlinks != NIL) in mdpostckpt()
1416 PendingUnlinkEntry *entry = (PendingUnlinkEntry *) linitial(pendingUnlinks); in mdpostckpt()
1450 pendingUnlinks = list_delete_first(pendingUnlinks); in mdpostckpt()
1630 for (cell = list_head(pendingUnlinks); cell; cell = next) in RememberFsyncRequest()
1637 pendingUnlinks = list_delete_cell(pendingUnlinks, cell, prev); in RememberFsyncRequest()
1657 pendingUnlinks = lappend(pendingUnlinks, entry); in RememberFsyncRequest()

12