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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix ill-advised placement of PGRES_COPY_BOTH enum value.
Date: 2010-12-28 16:02:42
Message-ID: E1PXc0Y-0008Th-MJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2010-12-28 19:19:52 pgsql: No release notes update, just advance the date
Previous Message Bruce Momjian 2010-12-28 14:34:49 pgsql: Another fix for larger postmaster.pid files.