diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2017-09-11 11:20:47 -0400 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2017-09-11 11:21:27 -0400 |
| commit | 821fb8cdbf700a8aadbe12d5b46ca4e61be5a8a8 (patch) | |
| tree | 4f168da823a903d3d246f0141036618cc21f725c /src/backend/utils/time | |
| parent | 3c435952176ae5d294b37e5963cd72ddb66edead (diff) | |
Message style fixes
Diffstat (limited to 'src/backend/utils/time')
| -rw-r--r-- | src/backend/utils/time/snapmgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/time/snapmgr.c b/src/backend/utils/time/snapmgr.c index 08a08c8e8fc..294ab705f1d 100644 --- a/src/backend/utils/time/snapmgr.c +++ b/src/backend/utils/time/snapmgr.c @@ -625,7 +625,7 @@ SetTransactionSnapshot(Snapshot sourcesnap, VirtualTransactionId *sourcevxid, ereport(ERROR, (errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE), errmsg("could not import the requested snapshot"), - errdetail("The source process with pid %d is not running anymore.", + errdetail("The source process with PID %d is not running anymore.", sourcepid))); /* |
