Skip to content

Commit ea8a8e9

Browse files
authored
Set formation kind when expected. (#577)
1 parent fe4ad61 commit ea8a8e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/monitor/node_active_protocol.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ register_node(PG_FUNCTION_ARGS)
146146
{
147147
/* first node in the list, let's switch to citus */
148148
SetFormationKind(formationId, expectedFormationKind);
149+
formation->kind = expectedFormationKind;
149150
}
150151
else
151152
{

0 commit comments

Comments
 (0)