- Notifications
You must be signed in to change notification settings - Fork5
Commit705556a
committed
Don't abort pg_basebackup when receiving empty WAL block
This is a similar fix as c6ec8793aa59d1842082e14b4b4aae7d4bd883fd9.2. This should never happen in 9.3 and newer since the special casecannot happen there, but this patch synchronizes up the code so thereis no confusion on why they're different. An empty block is as harmlessin 9.3 as it was in 9.2, and can safely be ignored.1 parent001e114 commit705556a
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
989 | 989 |
| |
990 | 990 |
| |
991 | 991 |
| |
992 |
| - | |
| 992 | + | |
993 | 993 |
| |
994 | 994 |
| |
995 | 995 |
| |
|
0 commit comments
Comments
(0)