forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3589f71
committed
From: "D'Arcy J.M. Cain" <darcy@druid.net>
Subject: [HACKERS] backend/utils/adt/nabstime.cThere is a problem with some of the calls to strftime. The second arg ismissing. In all cases the buffer is CTZName which, according to thefile init/globals.c, is char CTZName[8] so I have added this value.I know there should be a #define set up for this but I wasn't surewhich header to put it in.1 parent69c2c66 commit3589f71
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 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 |
| |
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
| 65 | + | |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 |
| - | |
| 71 | + | |
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
|
0 commit comments
Comments
(0)