forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit68c7cb5
committed
Done:
< o Add long file support for binary pg_dump output<< While Win32 supports 64-bit files, the MinGW API does not,< meaning we have to build an fseeko replacement on top of the< Win32 API, and we have to make sure MinGW handles it. Another< option is to wait for the MinGW project to fix it, or use the< code from the LibGW32C project as a guide.<<http://archives.postgresql.org/pgsql-hackers/2006-12/msg00551.php<> o -Add long file support for binary pg_dump output1 parent74096ed commit68c7cb5
2 files changed
+4
-21
lines changedLines changed: 2 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
1452 | 1452 |
| |
1453 | 1453 |
| |
1454 | 1454 |
| |
1455 |
| - | |
1456 |
| - | |
1457 |
| - | |
1458 |
| - | |
1459 |
| - | |
1460 |
| - | |
1461 |
| - | |
1462 |
| - | |
1463 |
| - | |
1464 |
| - | |
| 1455 | + | |
1465 | 1456 |
| |
1466 | 1457 |
| |
1467 | 1458 |
| |
|
Lines changed: 2 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1295 | 1295 |
| |
1296 | 1296 |
| |
1297 | 1297 |
| |
1298 |
| - | |
1299 |
| - | |
1300 |
| - | |
1301 |
| - | |
1302 |
| - | |
1303 |
| - | |
1304 |
| - | |
1305 |
| - | |
1306 |
| - | |
| 1298 | + | |
1307 | 1299 |
| |
1308 | 1300 |
| |
1309 | 1301 |
| |
|
0 commit comments
Comments
(0)