request: dolphin plugin procedure multi select

This commit is contained in:
chenbd
2023-05-23 14:59:12 +08:00
parent f9a3894088
commit c23ededc80
12 changed files with 63 additions and 8 deletions

View File

@ -66,6 +66,7 @@ typedef struct SPICachedPlanStack {
#define SPI_OPT_NONATOMIC (1 << 0)
typedef List* (*parse_query_func)(const char *query_string, List **query_string_locationlist);
typedef void (*SpiReciverParamHook)(DestReceiver *self, SPIPlanPtr plan);
/* in postgres.cpp, avoid include tcopprot.h */
extern List* raw_parser(const char* query_string, List** query_string_locationlist);