-
- PGRES_COPY_BOTH
-
- Copy In/Out (to and from server) data transfer started. This is
- currently used only for streaming replication.
-
-
-
-
PGRES_BAD_RESPONSE
+
+
+ PGRES_COPY_BOTH
+
+ Copy In/Out (to and from server) data transfer started. This is
+ currently used only for streaming replication.
+
+
+
If the result status is PGRES_TUPLES_OK, then
* contains the result tuples */
PGRES_COPY_OUT, /* Copy Out data transfer in progress */
PGRES_COPY_IN, /* Copy In data transfer in progress */
- PGRES_COPY_BOTH, /* Copy In/Out data transfer in progress */
PGRES_BAD_RESPONSE, /* an unexpected response was recv'd from the
* backend */
PGRES_NONFATAL_ERROR, /* notice or warning message */
- PGRES_FATAL_ERROR /* query failed */
+ PGRES_FATAL_ERROR, /* query failed */
+ PGRES_COPY_BOTH /* Copy In/Out data transfer in progress */
} ExecStatusType;
typedef enum