| 2844 | } |
| 2845 | |
| 2846 | static void |
| 2847 | commandFailed(CState *st, const char *cmd, const char *message) |
| 2848 | { |
| 2849 | pg_log_error("client %d aborted in command %d (%s) of script %d; %s", |
| 2850 | st->id, st->command, cmd, st->use_file, message); |
| 2851 | } |
| 2852 | |
| 2853 | /* return a script number with a weighted choice. */ |
| 2854 | static int |
no outgoing calls
no test coverage detected