Missing list_free in publicationcmds.c:OpenTableList

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Missing list_free in publicationcmds.c:OpenTableList
Date: 2026-07-28 04:59:29
Message-ID: CAHut+Pt3bgyt==d6GCj=p9qu4sVSH_KQWLN7cMaH0RdJCO-K_Q@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

FWIW, I detected a missing `list_free`, which seems to have been
accidentally left out from commit 923def9.

Added:
list_free(relids_with_collist);

Consistent with the existing:
list_free(relids_with_rf);

======
Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment Content-Type Size
v1-0001-Add-missing-list_free.patch application/octet-stream 670 bytes

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Lakhin 2026-07-28 05:00:01 plpython tests fail against python 3.14 under Valgrind
Previous Message Amit Kapila 2026-07-28 04:44:27 Re: Recovery conflict resolution misses backends that import snapshots