Home
last modified time | relevance | path

Searched refs:parallel_worker_main_type (Results 1 – 25 of 128) sorted by relevance

123456

/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/access/
H A Dparallel.h23 typedef void (*parallel_worker_main_type) (dsm_segment *seg, shm_toc *toc); typedef
38 parallel_worker_main_type entrypoint;
56 extern ParallelContext *CreateParallelContext(parallel_worker_main_type entrypoint, int nworkers);
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/access/
H A Dparallel.h23 typedef void (*parallel_worker_main_type) (dsm_segment *seg, shm_toc *toc); typedef
38 parallel_worker_main_type entrypoint;
56 extern ParallelContext *CreateParallelContext(parallel_worker_main_type entrypoint, int nworkers);
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/access/
H A Dparallel.h23 typedef void (*parallel_worker_main_type) (dsm_segment *seg, shm_toc *toc); typedef
38 parallel_worker_main_type entrypoint;
56 extern ParallelContext *CreateParallelContext(parallel_worker_main_type entrypoint, int nworkers);
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/include/access/
H A Dparallel.h23 typedef void (*parallel_worker_main_type) (dsm_segment *seg, shm_toc *toc); typedef
38 parallel_worker_main_type entrypoint;
56 extern ParallelContext *CreateParallelContext(parallel_worker_main_type entrypoint, int nworkers);
/dports/databases/postgresql96-client/postgresql-9.6.24/src/include/access/
H A Dparallel.h23 typedef void (*parallel_worker_main_type) (dsm_segment *seg, shm_toc *toc); typedef
38 parallel_worker_main_type entrypoint;
56 extern ParallelContext *CreateParallelContext(parallel_worker_main_type entrypoint, int nworkers);
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/include/access/
H A Dparallel.h23 typedef void (*parallel_worker_main_type) (dsm_segment *seg, shm_toc *toc); typedef
38 parallel_worker_main_type entrypoint;
56 extern ParallelContext *CreateParallelContext(parallel_worker_main_type entrypoint, int nworkers);
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/include/access/
H A Dparallel.h23 typedef void (*parallel_worker_main_type) (dsm_segment *seg, shm_toc *toc); typedef
38 parallel_worker_main_type entrypoint;
56 extern ParallelContext *CreateParallelContext(parallel_worker_main_type entrypoint, int nworkers);
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/access/transam/
H A Dparallel.c85 parallel_worker_main_type entrypoint;
124 parallel_worker_main_type fn_addr;
136 static parallel_worker_main_type LookupParallelWorkerFunction(char *libraryname, char *funcname);
150 CreateParallelContext(parallel_worker_main_type entrypoint, int nworkers) in CreateParallelContext()
1059 parallel_worker_main_type entrypt; in ParallelWorkerMain()
1324 static parallel_worker_main_type
1346 return (parallel_worker_main_type) in LookupParallelWorkerFunction()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/access/transam/
H A Dparallel.c85 parallel_worker_main_type entrypoint;
124 parallel_worker_main_type fn_addr;
136 static parallel_worker_main_type LookupParallelWorkerFunction(char *libraryname, char *funcname);
150 CreateParallelContext(parallel_worker_main_type entrypoint, int nworkers) in CreateParallelContext()
1059 parallel_worker_main_type entrypt; in ParallelWorkerMain()
1324 static parallel_worker_main_type
1346 return (parallel_worker_main_type) in LookupParallelWorkerFunction()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/access/transam/
H A Dparallel.c85 parallel_worker_main_type entrypoint;
124 parallel_worker_main_type fn_addr;
136 static parallel_worker_main_type LookupParallelWorkerFunction(char *libraryname, char *funcname);
150 CreateParallelContext(parallel_worker_main_type entrypoint, int nworkers) in CreateParallelContext()
1059 parallel_worker_main_type entrypt; in ParallelWorkerMain()
1324 static parallel_worker_main_type
1346 return (parallel_worker_main_type) in LookupParallelWorkerFunction()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/access/transam/
H A Dparallel.c85 parallel_worker_main_type entrypoint;
124 parallel_worker_main_type fn_addr;
136 static parallel_worker_main_type LookupParallelWorkerFunction(char *libraryname, char *funcname);
150 CreateParallelContext(parallel_worker_main_type entrypoint, int nworkers) in CreateParallelContext()
1059 parallel_worker_main_type entrypt; in ParallelWorkerMain()
1324 static parallel_worker_main_type
1346 return (parallel_worker_main_type) in LookupParallelWorkerFunction()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/access/transam/
H A Dparallel.c85 parallel_worker_main_type entrypoint;
124 parallel_worker_main_type fn_addr;
136 static parallel_worker_main_type LookupParallelWorkerFunction(char *libraryname, char *funcname);
150 CreateParallelContext(parallel_worker_main_type entrypoint, int nworkers) in CreateParallelContext()
1059 parallel_worker_main_type entrypt; in ParallelWorkerMain()
1324 static parallel_worker_main_type
1346 return (parallel_worker_main_type) in LookupParallelWorkerFunction()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/access/transam/
H A Dparallel.c85 parallel_worker_main_type entrypoint;
124 parallel_worker_main_type fn_addr;
136 static parallel_worker_main_type LookupParallelWorkerFunction(char *libraryname, char *funcname);
150 CreateParallelContext(parallel_worker_main_type entrypoint, int nworkers) in CreateParallelContext()
1059 parallel_worker_main_type entrypt; in ParallelWorkerMain()
1324 static parallel_worker_main_type
1346 return (parallel_worker_main_type) in LookupParallelWorkerFunction()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/access/transam/
H A Dparallel.c85 parallel_worker_main_type entrypoint;
124 parallel_worker_main_type fn_addr;
136 static parallel_worker_main_type LookupParallelWorkerFunction(char *libraryname, char *funcname);
150 CreateParallelContext(parallel_worker_main_type entrypoint, int nworkers) in CreateParallelContext()
1059 parallel_worker_main_type entrypt; in ParallelWorkerMain()
1324 static parallel_worker_main_type
1346 return (parallel_worker_main_type) in LookupParallelWorkerFunction()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/access/transam/
H A Dparallel.c122 parallel_worker_main_type fn_addr;
134 static parallel_worker_main_type LookupParallelWorkerFunction(const char *libraryname, const char *…
1041 parallel_worker_main_type entrypt; in ParallelWorkerMain()
1301 static parallel_worker_main_type
1323 return (parallel_worker_main_type) in LookupParallelWorkerFunction()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/access/transam/
H A Dparallel.c122 parallel_worker_main_type fn_addr;
134 static parallel_worker_main_type LookupParallelWorkerFunction(const char *libraryname, const char *…
1041 parallel_worker_main_type entrypt; in ParallelWorkerMain()
1301 static parallel_worker_main_type
1323 return (parallel_worker_main_type) in LookupParallelWorkerFunction()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/access/transam/
H A Dparallel.c122 parallel_worker_main_type fn_addr;
134 static parallel_worker_main_type LookupParallelWorkerFunction(const char *libraryname, const char *…
1041 parallel_worker_main_type entrypt; in ParallelWorkerMain()
1301 static parallel_worker_main_type
1323 return (parallel_worker_main_type) in LookupParallelWorkerFunction()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/access/transam/
H A Dparallel.c122 parallel_worker_main_type fn_addr;
134 static parallel_worker_main_type LookupParallelWorkerFunction(const char *libraryname, const char *…
1041 parallel_worker_main_type entrypt; in ParallelWorkerMain()
1301 static parallel_worker_main_type
1323 return (parallel_worker_main_type) in LookupParallelWorkerFunction()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/access/transam/
H A Dparallel.c122 parallel_worker_main_type fn_addr;
134 static parallel_worker_main_type LookupParallelWorkerFunction(const char *libraryname, const char *…
1041 parallel_worker_main_type entrypt; in ParallelWorkerMain()
1301 static parallel_worker_main_type
1323 return (parallel_worker_main_type) in LookupParallelWorkerFunction()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/access/transam/
H A Dparallel.c122 parallel_worker_main_type fn_addr;
134 static parallel_worker_main_type LookupParallelWorkerFunction(const char *libraryname, const char *…
1041 parallel_worker_main_type entrypt; in ParallelWorkerMain()
1301 static parallel_worker_main_type
1323 return (parallel_worker_main_type) in LookupParallelWorkerFunction()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/access/transam/
H A Dparallel.c122 parallel_worker_main_type fn_addr;
134 static parallel_worker_main_type LookupParallelWorkerFunction(const char *libraryname, const char *…
1041 parallel_worker_main_type entrypt; in ParallelWorkerMain()
1301 static parallel_worker_main_type
1323 return (parallel_worker_main_type) in LookupParallelWorkerFunction()
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/include/access/
H A Dparallel.h23 typedef void (*parallel_worker_main_type) (dsm_segment *seg, shm_toc *toc); typedef
/dports/databases/postgresql10-server/postgresql-10.19/src/include/access/
H A Dparallel.h23 typedef void (*parallel_worker_main_type) (dsm_segment *seg, shm_toc *toc); typedef
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/access/
H A Dparallel.h23 typedef void (*parallel_worker_main_type) (dsm_segment *seg, shm_toc *toc); typedef
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/access/
H A Dparallel.h23 typedef void (*parallel_worker_main_type) (dsm_segment *seg, shm_toc *toc); typedef

123456