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.
Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=81a530a65eb867a366828daa7a8757727214ecad Modified Files -------------- doc/src/sgml/libpq.sgml | 20 ++++++++++---------- src/interfaces/libpq/fe-exec.c | 4 ++-- src/interfaces/libpq/libpq-fe.h | 4 ++-- 3 files changed, 14 insertions(+), 14 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
