pgsql: Fix typo in stat_utils.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in stat_utils.c
Date: 2025-12-25 22:54:59
Message-ID: E1vYuEU-002hQp-0Z@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in stat_utils.c

Introduced by 213a1b895270.

Reported-by: Tender Wang <tndrwang(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAHewXNku-jz-FPKeJVk25fZ1pV2buYh5vpeqGDOB=bFQhKxXhw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/eee19a30d60dacf571f44c252f3f8d455fee2b4f

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-12-25 23:42:51 pgsql: Upgrade BufFile to use int64 for byte positions
Previous Message Tom Lane 2025-12-25 17:05:19 Re: pgsql: Track LLVM 15 changes.