Functions | |
| int | write_func_trig_noop_server (message_data msg) |
| Writes the given msg to the server and retrieves integer from the received msg. | |
| Datum | trigf (PG_FUNCTION_ARGS) |
| PG_FUNCTION_INFO_V1 (trig_noop_server) | |
| Datum | trig_noop_server (PG_FUNCTION_ARGS) |
| When new training example is inserted, then a noop msg is sent to the server. | |
Variables | |
| PG_MODULE_MAGIC | |
| const int | DEFAULT_STRING_SIZE = 1000 |
| PG_FUNCTION_INFO_V1 | ( | trig_noop_server | ) |
| Datum trig_noop_server | ( | PG_FUNCTION_ARGS | ) |
When new training example is inserted, then a noop msg is sent to the server.
Server does not do anything, but send an ack back
| Datum trigf | ( | PG_FUNCTION_ARGS | ) |
| int write_func_trig_noop_server | ( | message_data | msg | ) |
Writes the given msg to the server and retrieves integer from the received msg.
| [in] | msg | msg to be written to the server |
| const int DEFAULT_STRING_SIZE = 1000 |
1.4.7