forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9cfc4de
committed
Make CppAsString2() more visible in c.h.
For some reason this standard C string-processing hack was buried in anNLS-related section of c.h. Put it beside CppAsString() so that peopleare more likely to find it and not be tempted to reinvent local copies,as I nearly did. And provide a more helpful comment, too.1 parent7666e73 commit9cfc4de
1 file changed
+3
-4
lines changedLines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
149 | 149 |
| |
150 | 150 |
| |
151 | 151 |
| |
| 152 | + | |
| 153 | + | |
152 | 154 |
| |
153 | 155 |
| |
154 | 156 |
| |
| |||
157 | 159 |
| |
158 | 160 |
| |
159 | 161 |
| |
| 162 | + | |
160 | 163 |
| |
161 | 164 |
| |
162 | 165 |
| |
| |||
1002 | 1005 |
| |
1003 | 1006 |
| |
1004 | 1007 |
| |
1005 |
| - | |
1006 |
| - | |
1007 |
| - | |
1008 |
| - | |
1009 | 1008 |
| |
1010 | 1009 |
| |
1011 | 1010 |
| |
|
0 commit comments
Comments
(0)