- Notifications
You must be signed in to change notification settings - Fork5
Commite733510
committed
> Mph. It fails for me too when I use --enable-integer-datetimes. Looks
> like that patch still needs some work...Yeah. I'm really, really, *really* sorry for submitting it in the stateit was in. I shouldn't have done that just before moving to anothercountry. I found the problem last night, but couldn't get to a Netconnection until now.The problem is in src/bin/psql/common.c, around line 250-335 somewheredepending on the version. The 2nd and 3rd clauses of the "while" loopcondition: (rstatus == PGRES_COPY_IN) && (rstatus == PGRES_COPY_OUT))should of course be: (rstatus != PGRES_COPY_IN) && (rstatus != PGRES_COPY_OUT))Jeroen T. Vermeulen1 parent7d1d720 commite733510
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
252 | 252 |
| |
253 | 253 |
| |
254 | 254 |
| |
255 |
| - | |
256 |
| - | |
| 255 | + | |
| 256 | + | |
257 | 257 |
| |
258 | 258 |
| |
259 | 259 |
| |
|
0 commit comments
Comments
(0)