From: Justin Pryzby Date: Fri, 20 Aug 2021 19:40:52 -0500 Subject: [PATCH 03/10] Fix comment wrong since bf2a691e02d7766f185d9d8e0f092222a5c0a129 --- src/backend/statistics/extended_stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/statistics/extended_stats.c b/src/backend/statistics/extended_stats.c index 5fa36e0036..542271c9e4 100644 --- a/src/backend/statistics/extended_stats.c +++ b/src/backend/statistics/extended_stats.c @@ -701,7 +701,7 @@ examine_expression(Node *expr, int stattarget) /* * Using 'vacatts' of size 'nvacatts' as input data, return a newly built * VacAttrStats array which includes only the items corresponding to - * attributes indicated by 'stxkeys'. If we don't have all of the per column + * attributes indicated by 'attrs'. If we don't have all of the per column * stats available to compute the extended stats, then we return NULL to indicate * to the caller that the stats should not be built. */ -- 2.17.0 --udcq9yAoWb9A4FsZ Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0004-tablefunc.c-Fix-comment.patch"