I just discovered, that there is missing a const when passing a buffer

Bruce Momjian <bruce@momjian.us>

Commit: 4ca28eb7c72e65e1a4f3a4e6b7d35a56e2b69d5c
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-11-10T00:14:22Z
Releases: 7.4.1
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

PathChange+/−
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