PostgreSQL Source Code  git master
dlist_iter Struct Reference

#include <ilist.h>

Data Fields

dlist_nodecur
 
dlist_nodeend
 

Detailed Description

Definition at line 177 of file ilist.h.

Field Documentation

◆ cur

dlist_node* dlist_iter::cur

Definition at line 179 of file ilist.h.

Referenced by addItemsToLeaf(), AssertChangeLsnOrder(), AssertTXNLsnOrder(), AtPrepare_PredicateLocks(), autovac_recalculate_workers_for_balance(), BumpIsEmpty(), BumpStats(), computeLeafRecompressWALData(), CountChildren(), dataPlaceToPageLeafRecompress(), do_autovacuum(), do_start_worker(), dsm_attach(), dsm_find_mapping(), EstimateGUCStateSpace(), FindLockCycleRecurse(), FindLockCycleRecurseMember(), GenerationIsEmpty(), GenerationStats(), get_explain_guc_options(), GetBlockerStatusData(), GetLockConflicts(), GetSafeSnapshotBlockingPids(), GetSerializableTransactionSnapshotInt(), GetSingleProcBlockerStatusData(), ginVacuumPostingTreeLeaf(), HandleParallelMessages(), launch_worker(), leafRepackItems(), LockCheckConflicts(), mXactCacheGetById(), mXactCacheGetBySet(), OnConflict_CheckForSerializationFailure(), pgstat_get_transactional_drops(), PlanCacheObjectCallback(), PlanCacheRelCallback(), PostmasterMarkPIDForWorkerNotify(), PreCommit_CheckForSerializationFailure(), processCancelRequest(), ProcSleep(), rebuild_database_list(), ReorderBufferBuildTupleCidHash(), ReorderBufferCopySnap(), ReorderBufferGetCatalogChangesXacts(), ReorderBufferIterTXNInit(), ReorderBufferLargestStreamableTopTXN(), ReorderBufferSerializeTXN(), ReorderBufferStreamTXN(), ReorderBufferToastReplace(), reset_on_dsm_detach(), ResetPlanCache(), RWConflictExists(), SearchCatCacheInternal(), SearchCatCacheList(), SerializeGUCState(), SetNewSxactGlobalXmin(), SignalSomeChildren(), SlabStats(), SnapBuildDistributeNewCatalogSnapshot(), SyncRepQueueInsert(), and TopoSort().

◆ end

dlist_node* dlist_iter::end

Definition at line 180 of file ilist.h.


The documentation for this struct was generated from the following file: