pgsql: Fix recently introduced typo in code comment

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix recently introduced typo in code comment
Date: 2024-04-12 11:16:25
Message-ID: E1rvEtM-001jXo-Tc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix recently introduced typo in code comment

Reported-by: Richard Guo
Discussion: https://postgr.es/m/CAMbWs49kAsZUsj7-0SBLvE9+uKz0RCqMEmM3NVytc1YvS8sTrQ@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/optimizer/plan/initsplan.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2024-04-12 14:59:20 pgsql: Shrink test file for test_json_parser module
Previous Message Amit Kapila 2024-04-12 09:45:17 pgsql: Fix the review comments and a bug in the slot sync code.