=?utf-8?q?PG_Bug_reporting_form?= <noreply@postgresql.org> writes:
> MemSet(BackendActivityBuffer, 0, size); //HERE
> Shouldn't BackendActivityBufferSize be accessed in the marked line instead
> of size?
Yeah, I think you're right --- looks like a pretty obvious copy-and-paste
oversight. It's probably harmless as long as
pgstat_track_activity_query_size is at least NAMEDATALEN, but it's
not good.
Thanks for reporting that!
regards, tom lane