pgsql: Fix compiler warning in non-assert builds, introduced in f862d57

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix compiler warning in non-assert builds, introduced in f862d57
Date: 2022-02-03 18:48:22
Message-ID: E1nFh9a-0006Ae-Ks@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix compiler warning in non-assert builds, introduced in f862d57057f.

Discussion: https://postgr.es/m/20220203183655.ralgkh54sdcgysmn@alap3.anarazel.de
Backpatch: 14-, like f862d57057f

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7c1aead6cbe7dcc6c216715fed7a1fb60684c5dc

Modified Files
--------------
src/backend/executor/nodeForeignscan.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-02-03 18:48:25 pgsql: Fix compiler warning in non-assert builds, introduced in f862d57
Previous Message Andres Freund 2022-02-03 18:36:55 Re: pgsql: Further fix for EvalPlanQual with mix of local and foreign parti