throw date - Search results

2025-05-29 17:59:45 | Re: Fixing memory leaks in postgres_fdw (Tom Lane)

THROW(); - } - PG_END_TRY(); - return lastResult; } -- 2.43.5 From c87ea0646137f0a9ef2485fe0fdcec53d45b926d Mon Sep 17 00:00:00 2001 From: Tom Lane Date

2025-05-26 22:36:14 | Re: Fixing memory leaks in postgres_fdw (Tom Lane)

THROW(); - } - PG_END_TRY(); - return lastResult; } -- 2.43.5 From 34b49be9ba8080f03a630727df7561644ea8882a Mon Sep 17 00:00:00 2001 From: Tom Lane Date

2025-05-26 02:59:00 | Re: Fixing memory leaks in postgres_fdw (Tom Lane)

throw an error. But we assume that in other usages too. Hence, v3 attached. The 0002 patch is still the same as before. regards, tom lane From be4b888d0d2936cb80e63092d14a3133fab590da

2025-05-25 22:53:17 | Re: Fixing memory leaks in postgres_fdw (Tom Lane)

Date: Sun, 25 May 2025 15:16:23 -0400 Subject: [PATCH v2 1/2] Fix memory leakage in postgres_fdw's DirectModify code path. postgres_fdw tries to use PG_TRY blocks to ensure that

2025-05-24 04:10:23 | Fixing memory leaks in postgres_fdw (Tom Lane)

Date: Fri, 23 May 2025 20:36:08 -0400 Subject: [PATCH v1 1/2] Fix memory leakage in postgres_fdw's DirectModify code path. postgres_fdw tries to use PG_TRY blocks to ensure that