Remove redundant assignment in CreateWorkExprContext In CreateWorkExprContext(), maxBlockSize is initialized to ALLOCSET_DEFAULT_MAXSIZE, and it then immediately reassigned, thus the initialization is a redundant.
Author: Andreas Karlsson <[email protected]> Reported-by: Chao Li <[email protected]> Reviewed-by: Tom Lane <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/ed425b5a200ac00488940f2354d3cf9f11091926 Modified Files -------------- src/backend/executor/execUtils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
