pgsql: Fix typo in nodeHash.c

From: Richard Guo <rguo(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in nodeHash.c
Date: 2025-11-19 02:04:40
Message-ID: E1vLXYl-000EMp-2f@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in nodeHash.c

Replace "overlow" with "overflow".

Author: Tender Wang <tndrwang(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAHewXNnzFjAjYLTkP78HE2PQ17MjBqFdQQg+0X6Wo7YMUb68xA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4d3f623ea887a7b6e74d7567e3e0c4b66fd58e50

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

Browse pgsql-committers by date

  From Date Subject
Next Message Richard Guo 2025-11-19 02:07:53 pgsql: Fix typo in nodeHash.c
Previous Message Tom Lane 2025-11-18 21:17:02 pgsql: Fix pg_popcount_aarch64.c to build with ancient glibc releases.