pgsql: Fix typo in comment

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in comment
Date: 2025-09-09 13:42:13
Message-ID: E1uvybt-001PYY-34@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in comment

Author: Alexandra Wang <alexandra(dot)wang(dot)oss(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/CAK98qZ0whQ%3Dc%2BJGXbGSEBxCtLgy6sf-YGYqsKTAGsS-wt0wj%2BA%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/81a61fde84ffc74f7b3c7854ed4193cc4d31f78b

Modified Files
--------------
src/backend/utils/adt/jsonbsubs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2025-09-09 19:10:31 pgsql: test_slru: Fix LWLock tranche allocation in EXEC_BACKEND builds.
Previous Message Dean Rasheed 2025-09-09 09:48:46 pgsql: Add date and timestamp variants of random(min, max).