Sun Wei - 2021-11-17

Hi

While reading the source code,
I found an unnecessary plus operator in agent/bin/pgput/pgut.c
line 348: tmp = pgut_malloc(strlen(value) + + 1);

I think that "+ + 1" should be fixed to "+ 1".
Would you fix it?

Regards,
Sun Wei