pgsql: Remove redundant not-null test

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove redundant not-null test
Date: 2019-12-18 01:37:25
Message-ID: E1ihOHF-00082x-IJ@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove redundant not-null test

Reported-by: Ranier Vilela

Discussion: https://postgr.es/m/MN2PR18MB2927E73FADCA8967B2302469E3490@MN2PR18MB2927.namprd18.prod.outlook.com

Author: Ranier Vilela

Backpatch-through: master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/181932a03212751102fb2c105fe556a26aee6ed7

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-12-18 01:52:47 pgsql: Fix some OBJS lists in two Makefiles to be ordered alphabeticall
Previous Message Michael Paquier 2019-12-18 01:12:45 pgsql: Remove shadow variables linked to RedoRecPtr in xlog.c