pgsql: Fix stack variable scope from previous commit.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix stack variable scope from previous commit.
Date: 2024-09-03 19:45:14
Message-ID: E1slZSk-000T4E-AJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix stack variable scope from previous commit.

The defect came from me, not from that commit's credited author. Per
buildfarm members olingo and grassquit.

Discussion: https://postgr.es/m/20240903192030.1e@rfd.leadboat.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1c61fd8b527954f0ec522e5e60a11ce82628b681

Modified Files
--------------
contrib/pg_visibility/pg_visibility.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message noreply 2024-09-03 21:02:59 pgsql: Tag refs/tags/REL_17_RC1 was created
Previous Message Noah Misch 2024-09-03 17:46:57 pgsql: Optimize pg_visibility with read streams.