PGROUTING
3.2
|
#include <postgres.h>
#include <executor/spi.h>
#include <funcapi.h>
#include <utils/builtins.h>
#include <access/htup_details.h>
#include <fmgr.h>
Go to the source code of this file.
Functions | |
char * | pgr_cstring2char (const char *inStr) |
void | pgr_send_error (int errcode) |
void | pgr_SPI_connect (void) |
Portal | pgr_SPI_cursor_open (SPIPlanPtr SPIplan) |
void | pgr_SPI_finish (void) |
SPIPlanPtr | pgr_SPI_prepare (char *sql) |
char* pgr_cstring2char | ( | const char * | inStr | ) |
void pgr_send_error | ( | int | errcode | ) |
Definition at line 36 of file postgres_connection.c.
void pgr_SPI_connect | ( | void | ) |
Definition at line 82 of file postgres_connection.c.
References PGR_DBG.
Referenced by compute(), compute_trsp(), process(), and process_combinations().
Portal pgr_SPI_cursor_open | ( | SPIPlanPtr | SPIplan | ) |
Definition at line 107 of file postgres_connection.c.
References PGR_DBG.
Referenced by get_combinations_2_columns(), get_edges_5_columns(), get_edges_9_columns(), get_edges_basic(), get_edges_costFlow(), get_edges_flow(), pgr_get_coordinates(), pgr_get_delauny(), pgr_get_matrixRows(), pgr_get_pd_orders_general(), pgr_get_points(), pgr_get_restrictions(), pgr_get_vehicles_general(), and pgr_point_input().
void pgr_SPI_finish | ( | void | ) |
Definition at line 71 of file postgres_connection.c.
References PGR_DBG.
Referenced by compute(), compute_trsp(), process(), and process_combinations().
SPIPlanPtr pgr_SPI_prepare | ( | char * | sql | ) |
Definition at line 94 of file postgres_connection.c.
References PGR_DBG.
Referenced by get_combinations_2_columns(), get_edges_5_columns(), get_edges_9_columns(), get_edges_basic(), get_edges_costFlow(), get_edges_flow(), pgr_get_coordinates(), pgr_get_delauny(), pgr_get_matrixRows(), pgr_get_pd_orders_general(), pgr_get_points(), pgr_get_restrictions(), pgr_get_vehicles_general(), and pgr_point_input().