forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit13e2665

Amit Kapila
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 parent8179d1b commit13e2665
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2034 | 2034 |
| |
2035 | 2035 |
| |
2036 | 2036 |
| |
2037 |
| - | |
| 2037 | + | |
2038 | 2038 |
| |
2039 | 2039 |
| |
2040 | 2040 |
| |
|
0 commit comments
Comments
(0)