]> granicus.if.org Git - postgresql/commit
Fix ill-advised placement of PGRES_COPY_BOTH enum value.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 Dec 2010 16:02:10 +0000 (11:02 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 Dec 2010 16:02:10 +0000 (11:02 -0500)
commit81a530a65eb867a366828daa7a8757727214ecad
treed3e9c175705761816820edea0c906e738494aaab
parentb4d3792daa6032016325ae50e80dfae12eb95820
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.
doc/src/sgml/libpq.sgml
src/interfaces/libpq/fe-exec.c
src/interfaces/libpq/libpq-fe.h