* users because temp_tablespace parameter will just ignore
* tablespaces that no longer exist.
*
- * Ask everybody to cancel their queries immediately so
+ * Ask everybody to cancel their queries immediately so
* we can ensure no temp files remain and we can remove the
- * tablespace. Nuke the entire site from orbit, its the only
+ * tablespace. Nuke the entire site from orbit, it's the only
* way to be sure.
- *
+ *
* XXX: We could work out the pids of active backends
* using this tablespace by examining the temp filenames in the
* directory. We would then convert the pids into VirtualXIDs
*/
switch (cancel_mode)
{
- case FATAL:
+ case CONFLICT_MODE_FATAL:
ereport(trace_recovery(DEBUG1),
(errmsg("recovery disconnects session with pid %d "
"because of conflict with %s (current delay %d secs)",
reason,
currentDelay_ms / 1000)));
break;
- case ERROR:
+ case CONFLICT_MODE_ERROR:
ereport(trace_recovery(DEBUG1),
(errmsg("recovery cancels virtual transaction %u/%u pid %d "
"because of conflict with %s (current delay %d secs)",