aboutsummaryrefslogtreecommitdiff
path: root/src/include/libpq/protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/libpq/protocol.h')
-rw-r--r--src/include/libpq/protocol.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/libpq/protocol.h b/src/include/libpq/protocol.h
index 4b8d4403656..b71add1ec15 100644
--- a/src/include/libpq/protocol.h
+++ b/src/include/libpq/protocol.h
@@ -65,6 +65,10 @@
#define PqMsg_CopyData 'd'
+/* These are the codes sent by parallel workers to leader processes. */
+#define PqMsg_Progress 'P'
+
+
/* These are the authentication request codes sent by the backend. */
#define AUTH_REQ_OK 0 /* User is authenticated */