Skip to content

Commit 46b7079

Browse files
author
Ivan Lazarev
committed
[PBCKP-236] draft, first-stage compatibility protocol impl with stubs
1 parent c3d3c02 commit 46b7079

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/remote.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,8 @@ bool launch_agent(void)
254254
size_t prepare_remote_agent_compatibility_str(char* compatibility_buf, size_t buf_size)
255255
{
256256
size_t payload_size = snprintf(compatibility_buf, buf_size,
257-
"%s\n%s\n%s\n%s\n",
257+
// "%s\n%s\n%s\n%s\n",
258+
"%s\n%s\n",
258259
STR(PG_MAJORVERSION), PG_MAJORVERSION);
259260
// STR(PGPRO_EDN), PGPRO_EDN);
260261
if (payload_size >= buf_size)

0 commit comments

Comments
 (0)