| 5089 | } |
| 5090 | |
| 5091 | static void |
| 5092 | ConditionError(const char *desc, int cmdn, const char *msg) |
| 5093 | { |
| 5094 | pg_log_fatal("condition error in script \"%s\" command %d: %s", |
| 5095 | desc, cmdn, msg); |
| 5096 | exit(1); |
| 5097 | } |
| 5098 | |
| 5099 | /* |
| 5100 | * Partial evaluation of conditionals before recording and running the script. |