pgsql: Fix missing pfree() in logtape.c, missed by 24d85952.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix missing pfree() in logtape.c, missed by 24d85952.
Date: 2020-04-19 17:40:02
Message-ID: E1jQDvG-00013v-Ou@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix missing pfree() in logtape.c, missed by 24d85952.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0cacb2b79d8fa1aeec34cd956544f0c96e7915ed

Modified Files
--------------
src/backend/utils/sort/logtape.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-04-19 21:45:07 pgsql: Doc: update the rest of section 9.4 for new function table layou
Previous Message Tom Lane 2020-04-19 16:17:39 pgsql: Doc: update sections 9.1-9.3 for new function table layout.