- Notifications
You must be signed in to change notification settings - Fork28
Commitcd61650
committed
Fix bug in psql.
per report from sugita@sra.co.jp on Thu, 09 May 2002 11:57:51 +0900(JST) at pgsql-patches list.Illegal long options to pg_dump makes core on some systems, since itlacks the last null sentinel of struct option array.Attached is a patch made by Mr. Ishida Akio <iakio@pjam.jpweb.net>.1 parente25c93c commitcd61650
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
361 | 361 |
| |
362 | 362 |
| |
363 | 363 |
| |
| 364 | + | |
364 | 365 |
| |
365 | 366 |
| |
366 | 367 |
| |
|
0 commit comments
Comments
(0)