forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit51891d5
committed
pg_basebackup: Cleaner handling when compression is multiply specified.
Tushar Ahuja discovered that if you use both --compress and --gzip,or --compress multiple times, the last instance of one of theseoptions doesn't in all cases overwrite the compression level set byan earlier option. That's not a serious bug, but it also has nothingto recommend it. Repair.Discussion:http://postgr.es/m/CA+TgmoZfP=rsZB_9vDGfhuNgSu_M_09UWu8SjvsP65y_1pQFCg@mail.gmail.com1 parentda505ea commit51891d5
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
966 | 966 |
| |
967 | 967 |
| |
968 | 968 |
| |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
969 | 975 |
| |
970 | 976 |
| |
971 | 977 |
| |
|
0 commit comments
Comments
(0)