We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d3c02 commit 46b7079Copy full SHA for 46b7079
src/utils/remote.c
@@ -254,7 +254,8 @@ bool launch_agent(void)
254
size_t prepare_remote_agent_compatibility_str(char* compatibility_buf, size_t buf_size)
255
{
256
size_t payload_size = snprintf(compatibility_buf, buf_size,
257
- "%s\n%s\n%s\n%s\n",
+// "%s\n%s\n%s\n%s\n",
258
+ "%s\n%s\n",
259
STR(PG_MAJORVERSION), PG_MAJORVERSION);
260
// STR(PGPRO_EDN), PGPRO_EDN);
261
if (payload_size >= buf_size)
0 commit comments