|
PostgreSQL Source Code git master
|


Go to the source code of this file.
Data Structures | |
| struct | RelFileLocator |
| struct | RelFileLocatorBackend |
Macros | |
| #define | RelFileLocatorBackendIsTemp(rlocator) ((rlocator).backend != INVALID_PROC_NUMBER) |
| #define | RelFileLocatorEquals(locator1, locator2) |
| #define | RelFileLocatorBackendEquals(locator1, locator2) |
Typedefs | |
| typedef struct RelFileLocator | RelFileLocator |
| typedef struct RelFileLocatorBackend | RelFileLocatorBackend |
Definition at line 94 of file relfilelocator.h.
| #define RelFileLocatorBackendIsTemp | ( | rlocator | ) | ((rlocator).backend != INVALID_PROC_NUMBER) |
Definition at line 79 of file relfilelocator.h.