Fix ill-advised placement of PGRES_COPY_BOTH enum value.
Tom Lane <tgl@sss.pgh.pa.us>
Fix ill-advised placement of PGRES_COPY_BOTH enum value. It must be added at the end of the ExecStatusType enum to avoid ABI breakage compared to previous libpq versions. Noted by Magnus.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/libpq.sgml | modified | +10 −10 |
| src/interfaces/libpq/fe-exec.c | modified | +2 −2 |
| src/interfaces/libpq/libpq-fe.h | modified | +2 −2 |