|
PostgreSQL Source Code git master
|
#include "lib/pairingheap.h"

Go to the source code of this file.
Data Structures | |
| struct | SnapshotData |
Macros | |
| #define | InvalidSnapshot ((Snapshot) NULL) |
Typedefs | |
| typedef enum SnapshotType | SnapshotType |
| typedef struct SnapshotData * | Snapshot |
| typedef struct SnapshotData | SnapshotData |
Enumerations | |
| enum | SnapshotType { SNAPSHOT_MVCC = 0 , SNAPSHOT_SELF , SNAPSHOT_ANY , SNAPSHOT_TOAST , SNAPSHOT_DIRTY , SNAPSHOT_HISTORIC_MVCC , SNAPSHOT_NON_VACUUMABLE } |
Definition at line 119 of file snapshot.h.
Definition at line 117 of file snapshot.h.
| Enumerator | |
|---|---|
| SNAPSHOT_MVCC | |
| SNAPSHOT_SELF | |
| SNAPSHOT_ANY | |
| SNAPSHOT_TOAST | |
| SNAPSHOT_DIRTY | |
| SNAPSHOT_HISTORIC_MVCC | |
| SNAPSHOT_NON_VACUUMABLE | |
Definition at line 31 of file snapshot.h.