forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit158cbed
committed
Fix pg_restore to accept POSIX-conformant tar files.
Back-patch portions of commit05b555d.We need to patch pg_restore to accept either version of the magic string,in hopes of avoiding compatibility problems when 9.3 comes out. I alsofixed pg_dump to write the correct 2-block EOF marker, since that won'tcreate a compatibility problem with pg_restore and it could help with someversions of tar.Brian Weaver and Tom Lane1 parentcf78eb4 commit158cbed
1 file changed
+19
-8
lines changedLines changed: 19 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
872 | 872 |
| |
873 | 873 |
| |
874 | 874 |
| |
875 |
| - | |
876 |
| - | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
877 | 879 |
| |
878 | 880 |
| |
879 | 881 |
| |
| |||
1024 | 1026 |
| |
1025 | 1027 |
| |
1026 | 1028 |
| |
1027 |
| - | |
| 1029 | + | |
| 1030 | + | |
| 1031 | + | |
| 1032 | + | |
| 1033 | + | |
| 1034 | + | |
1028 | 1035 |
| |
1029 | 1036 |
| |
1030 | 1037 |
| |
1031 |
| - | |
| 1038 | + | |
1032 | 1039 |
| |
1033 | 1040 |
| |
1034 | 1041 |
| |
| |||
1042 | 1049 |
| |
1043 | 1050 |
| |
1044 | 1051 |
| |
1045 |
| - | |
1046 |
| - | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
1047 | 1058 |
| |
1048 |
| - | |
1049 |
| - | |
| 1059 | + | |
| 1060 | + | |
1050 | 1061 |
| |
1051 | 1062 |
| |
1052 | 1063 |
| |
|
0 commit comments
Comments
(0)