PostgreSQL Source Code
git master
|
#include <pathnodes.h>
Data Fields | |
Path | path |
List * | tidquals |
Definition at line 1831 of file pathnodes.h.
Path TidPath::path |
Definition at line 1833 of file pathnodes.h.
Referenced by create_tidscan_path(), and create_tidscan_plan().
List* TidPath::tidquals |
Definition at line 1834 of file pathnodes.h.
Referenced by create_tidscan_path(), and create_tidscan_plan().