pgsql: For consistency add a pfree to ON CONFLICT set_plan_refs code.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: For consistency add a pfree to ON CONFLICT set_plan_refs code.
Date: 2015-07-12 20:25:33
Message-ID: E1ZENob-00024v-GQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

For consistency add a pfree to ON CONFLICT set_plan_refs code.

Backpatch to 9.5 where ON CONFLICT was introduced.

Author: Peter Geoghegan

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3ed26e5f87a90bedaa3d7feb9e197e0d9f3fb252

Modified Files
--------------
src/backend/optimizer/plan/setrefs.c | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-07-12 20:25:35 pgsql: For consistency add a pfree to ON CONFLICT set_plan_refs code.
Previous Message Andres Freund 2015-07-12 20:17:39 pgsql: Optionally don't error out due to preexisting slots in commandli