Re: Support prepared statement invalidation when result types change

From: Jelte Fennema <me(at)jeltef(dot)nl>
To: jian he <jian(dot)universality(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
Subject: Re: Support prepared statement invalidation when result types change
Date: 2023-09-12 13:17:09
Message-ID: CAGECzQT6ebzUR8mVmDO=XvQ5PHp4knzFh42XsXvw8evgZH0p5w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

When running the Postgres JDBC tests with this patchset I found dumb
mistake in my last patch where I didn't initialize the contents of
orig_params correctly. This new patchset fixes that.

Attachment Content-Type Size
v4-0001-Support-prepared-statement-invalidation-when-resu.patch application/octet-stream 7.3 KB
v4-0002-Completely-remove-fixed_result-from-CachedPlanSou.patch application/octet-stream 7.1 KB
v4-0003-Support-changing-argument-types-of-prepared-state.patch application/octet-stream 12.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zhijie Hou (Fujitsu) 2023-09-12 13:22:50 RE: pg_upgrade and logical replication
Previous Message Serpent 2023-09-12 12:54:24 Document that PG_TRY block cannot have a return statement