Go to the source code of this file.
◆ RelFileLocatorBackendEquals
#define RelFileLocatorBackendEquals |
( |
|
locator1, |
|
|
|
locator2 |
|
) |
| |
Value: ((locator1).locator.relNumber == (locator2).locator.relNumber && \
(locator1).locator.dbOid == (locator2).locator.dbOid && \
(locator1).backend == (locator2).backend && \
(locator1).locator.spcOid == (locator2).locator.spcOid)
Definition at line 94 of file relfilelocator.h.
◆ RelFileLocatorBackendIsTemp
◆ RelFileLocatorEquals
#define RelFileLocatorEquals |
( |
|
locator1, |
|
|
|
locator2 |
|
) |
| |
Value: ((locator1).relNumber == (locator2).relNumber && \
(locator1).dbOid == (locator2).dbOid && \
(locator1).spcOid == (locator2).spcOid)
Definition at line 89 of file relfilelocator.h.
◆ RelFileLocator
◆ RelFileLocatorBackend