forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit632a707
committed
From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>
Subject: [HACKERS] Small date patches (resubmitted)Here a some small patches for the date/time code. They set the defaultoutput format for the datetime type to the traditional Postgresstyle, and fix a date debugging declaration. I submitted thesea couple of days ago, but they might have gotten lost...NOTE: the second patch to dt.c is what I believe D'Arcy submitted as well, that I claimed was taken out...sorry D'Arcy, my fault :(1 parent28454c2 commit632a707
2 files changed
+6
-3
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
2466 | 2466 |
| |
2467 | 2467 |
| |
2468 | 2468 |
| |
| 2469 | + | |
| 2470 | + | |
| 2471 | + | |
2469 | 2472 |
| |
2470 | 2473 |
| |
2471 | 2474 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
| 68 | + | |
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
|
0 commit comments
Comments
(0)