Make ECPGraise's str parameter const to suppress warnings from gcc
Tom Lane <tgl@sss.pgh.pa.us>
Make ECPGraise's str parameter const to suppress warnings from gcc and errors from pickier compilers.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/include/ecpglib.h | modified | +1 −1 |
| src/interfaces/ecpg/lib/error.c | modified | +7 −5 |