forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8e41c62
committed
Don't abort pg_basebackup when receiving empty WAL block
This is a similar fix asc6ec8799.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 parentfc545a2 commit8e41c62
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)