Patch possible portability problem: a few places had // style comments,
Tom Lane <tgl@sss.pgh.pa.us>
Patch possible portability problem: a few places had // style comments, which is not ANSI C, even though some compilers will take it...
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/include/sql3types.h | modified | +3 −3 |
| src/interfaces/ecpg/lib/data.c | modified | +1 −1 |
| src/interfaces/ecpg/lib/execute.c | modified | +2 −2 |
| src/interfaces/ecpg/preproc/ecpg_keywords.c | modified | +1 −1 |
| src/interfaces/ecpg/test/dyntest.pgc | modified | +2 −2 |