pgsql: Fix ill-advised placement of PGRES_COPY_BOTH enum value. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix ill-advised placement of PGRES_COPY_BOTH enum value.
Date
Msg-id E1PXc0Y-0008Th-MJ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Another fix for larger postmaster.pid files.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: No release notes update, just advance the date