pgsql: Fix use of uninitialized value in previous commit.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix use of uninitialized value in previous commit.
Date: 2024-09-25 00:18:16
Message-ID: E1stFjU-000lP4-3j@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix use of uninitialized value in previous commit.

Per buildfarm member akepa and others. Back-patch to v16 and v15.

Discussion: https://postgr.es/m/20240924224352.93.nmisch@google.com

Branch
------
REL_15_STABLE

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

Modified Files
--------------
src/backend/executor/nodeModifyTable.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-09-25 01:06:01 pgsql: pg_stat_statements: Expand tests for SET statements
Previous Message Michael Paquier 2024-09-24 23:57:20 Re: pgsql: Allow meson builds to run test_pg_dump test in installcheck mode