forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite03485a
committed
Fix case of pg_dump -Fc to an unseekable file (such as a pipe).
This was accidentally broken in commitscfa1b4a/5e8e794e3b.It saves a line or so to call ftello unconditionally in _CloseArchive,but we have to expect that it might fail if we're not in hasSeek mode.Per report from Bernd Helmle.In passing, improve _getFilePos to print an appropriate message ifftello fails unexpectedly, rather than just a vague complaint about"ftell mismatch".1 parentf8db074 commite03485a
1 file changed
+13
-9
lines changedLines changed: 13 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
707 | 707 |
| |
708 | 708 |
| |
709 | 709 |
| |
| 710 | + | |
710 | 711 |
| |
711 |
| - | |
| 712 | + | |
712 | 713 |
| |
713 | 714 |
| |
714 | 715 |
| |
| |||
899 | 900 |
| |
900 | 901 |
| |
901 | 902 |
| |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
902 | 910 |
| |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
903 | 915 |
| |
904 |
| - | |
905 | 916 |
| |
906 |
| - | |
907 |
| - | |
908 |
| - | |
909 |
| - | |
910 |
| - | |
911 |
| - | |
912 |
| - | |
913 | 917 |
| |
914 | 918 |
| |
915 | 919 |
| |
|
0 commit comments
Comments
(0)