| #define GEARMAN_QUEUE_LIBPQ_DEFAULT_TABLE "queue" |
Default values.
Definition at line 35 of file queue_libpq.c.
| #define GEARMAN_QUEUE_QUERY_BUFFER 256 |
Definition at line 36 of file queue_libpq.c.
| static void _libpq_notice_processor | ( | void * | arg, | |
| const char * | message | |||
| ) | [static] |
PostgreSQL notification callback.
Definition at line 247 of file queue_libpq.c.
| static gearman_return_t _libpq_add | ( | gearman_server_st * | server, | |
| void * | context, | |||
| const void * | unique, | |||
| size_t | unique_size, | |||
| const void * | function_name, | |||
| size_t | function_name_size, | |||
| const void * | data, | |||
| size_t | data_size, | |||
| gearman_job_priority_t | priority | |||
| ) | [static] |
Definition at line 253 of file queue_libpq.c.
| static gearman_return_t _libpq_flush | ( | gearman_server_st * | server, | |
| void * | context | |||
| ) | [static] |
| static gearman_return_t _libpq_done | ( | gearman_server_st * | server, | |
| void * | context, | |||
| const void * | unique, | |||
| size_t | unique_size, | |||
| const void * | function_name, | |||
| size_t | function_name_size | |||
| ) | [static] |
| static gearman_return_t _libpq_replay | ( | gearman_server_st * | server, | |
| void * | context, | |||
| gearman_queue_add_fn * | add_fn, | |||
| void * | add_context | |||
| ) | [static] |
Definition at line 384 of file queue_libpq.c.
| gearman_return_t gearman_server_queue_libpq_conf | ( | gearman_conf_st * | conf | ) |
Get module configuration options.
Definition at line 81 of file queue_libpq.c.
| gearman_return_t gearman_server_queue_libpq_init | ( | gearman_server_st * | server, | |
| gearman_conf_st * | conf | |||
| ) |
Initialize the queue.
Definition at line 98 of file queue_libpq.c.
| gearman_return_t gearman_server_queue_libpq_deinit | ( | gearman_server_st * | server | ) |
De-initialize the queue.
Definition at line 212 of file queue_libpq.c.
| gearman_return_t gearmand_queue_libpq_init | ( | gearmand_st * | gearmand, | |
| gearman_conf_st * | conf | |||
| ) |
Initialize the queue for a gearmand object.
Definition at line 232 of file queue_libpq.c.
| gearman_return_t gearmand_queue_libpq_deinit | ( | gearmand_st * | gearmand | ) |
De-initialize the queue for a gearmand object.
Definition at line 238 of file queue_libpq.c.
1.6.1