diff options
Diffstat (limited to 'src/backend/access/transam/commit_ts.c')
-rw-r--r-- | src/backend/access/transam/commit_ts.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/transam/commit_ts.c b/src/backend/access/transam/commit_ts.c index 502a3d6068f..7c642f7b599 100644 --- a/src/backend/access/transam/commit_ts.c +++ b/src/backend/access/transam/commit_ts.c @@ -385,9 +385,9 @@ error_commit_ts_disabled(void) (errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE), errmsg("could not get commit timestamp data"), RecoveryInProgress() ? - errhint("Make sure the configuration parameter \"%s\" is set on the primary server.", + errhint("Make sure the configuration parameter %s is set on the primary server.", "track_commit_timestamp") : - errhint("Make sure the configuration parameter \"%s\" is set.", + errhint("Make sure the configuration parameter %s is set.", "track_commit_timestamp"))); } |