forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb01e6d5
Fix the error message when failing to restore the snapshot.
The SnapBuildRestoreContents() used a const value in the error message toindicate the size in bytes it was expecting to read from the serializedsnapshot file. Fix it by reporting the size that was actually passed.Author: Hou ZhijieReviewed-by: Amit KapilaBackpatch-through: 16Discussion:http://postgr.es/m/OS0PR01MB5716D408364F7DF32221C08D941FA@OS0PR01MB5716.jpnprd01.prod.outlook.com1 parentf86b072 commitb01e6d5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2039 | 2039 | | |
2040 | 2040 | | |
2041 | 2041 | | |
2042 | | - | |
| 2042 | + | |
2043 | 2043 | | |
2044 | 2044 | | |
2045 | 2045 | | |
| |||
0 commit comments
Comments
(0)