Is it memory leak or not?

From: Dmitry Igrishin <dmitigr(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Is it memory leak or not?
Date: 2020-02-10 14:33:17
Message-ID: CAAfz9KObgN9=uW80fvm7gM9B-RiFE3mJqPd54McsNNvVYPfqjA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

Maybe I'm wrong, but anychar_typmodin() of
src/backend/utils/adt/varchar.c of PostgreSQL 12.1 does not pfree()s
the memory allocated by ArrayGetIntegerTypmods(). Probably, I'm
missing something. Could anybody please clarify on that?

Thanks!

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2020-02-10 15:28:05 Re: pg_basebackup -F plain -R overwrites postgresql.auto.conf
Previous Message Arseny Sher 2020-02-10 14:01:25 Re: logical copy_replication_slot issues