I just discovered, that there is missing a const when passing a buffer
Bruce Momjian <bruce@momjian.us>
I just discovered, that there is missing a const when passing a buffer to PQescapeBytea and PQunescapeBytea. I fixed it and tried to create a usable diff (I'm not so familar to diff). Tommi M?kitalo
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/libpq.sgml | modified | +3 −3 |
| src/interfaces/libpq/fe-exec.c | modified | +5 −5 |
| src/interfaces/libpq/libpq-fe.h | modified | +3 −3 |