Skip to content

Commit

Permalink
[pgmoneta#225]Fix is-alive command
Browse files Browse the repository at this point in the history
  • Loading branch information
Jubilee101 committed Mar 23, 2024
1 parent f804929 commit 36c0e4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libpgmoneta/management.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ pgmoneta_management_read_payload(int socket, signed char id, char** payload_s1,
case MANAGEMENT_DETAILS:
case MANAGEMENT_RESET:
case MANAGEMENT_RELOAD:
case MANAGEMENT_ISALIVE:
break;
default:
goto error;
Expand Down

0 comments on commit 36c0e4b

Please sign in to comment.