Fix ill-advised placement of PGRES_COPY_BOTH enum value.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 81a530a65eb867a366828daa7a8757727214ecad
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-12-28T16:02:10Z
Releases: 9.1.0
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

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