1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-24 08:52:38 +02:00

bugfix: message for getting agent version must have the smallest serial number

This commit is contained in:
Grigory Smolkin 2020-06-29 16:36:14 +03:00
parent 5ed94447b3
commit 3963313e31

View File

@ -12,6 +12,8 @@
typedef enum
{
/* message for compatibility check */
FIO_AGENT_VERSION, /* never move this */
FIO_OPEN,
FIO_CLOSE,
FIO_WRITE,
@ -50,8 +52,6 @@ typedef enum
/* messages for closing connection */
FIO_DISCONNECT,
FIO_DISCONNECTED,
/* message for compatibility check */
FIO_AGENT_VERSION,
FIO_LIST_DIR,
FIO_CHECK_POSTMASTER
} fio_operations;