mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Unify spelling of "canceled", "canceling", "cancellation"
We had previously (af26857a27
)
established the U.S. spellings as standard.
This commit is contained in:
@ -179,7 +179,7 @@ static int UseNewLine = 1; /* Use newlines query delimiters (the default) */
|
||||
static int UseNewLine = 0; /* Use EOF as query delimiters */
|
||||
#endif /* TCOP_DONTUSENEWLINE */
|
||||
|
||||
/* whether or not, and why, we were cancelled by conflict with recovery */
|
||||
/* whether or not, and why, we were canceled by conflict with recovery */
|
||||
static bool RecoveryConflictPending = false;
|
||||
static bool RecoveryConflictRetryable = true;
|
||||
static ProcSignalReason RecoveryConflictReason;
|
||||
|
Reference in New Issue
Block a user