mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Avoid casting away a const
This commit is contained in:
@ -269,7 +269,7 @@ bool recoveryTargetInclusive = true;
|
||||
int recoveryTargetAction = RECOVERY_TARGET_ACTION_PAUSE;
|
||||
TransactionId recoveryTargetXid;
|
||||
TimestampTz recoveryTargetTime;
|
||||
char *recoveryTargetName;
|
||||
const char *recoveryTargetName;
|
||||
XLogRecPtr recoveryTargetLSN;
|
||||
int recovery_min_apply_delay = 0;
|
||||
TimestampTz recoveryDelayUntilTime;
|
||||
|
Reference in New Issue
Block a user