pgsql: Fix typo in header comment for set_operation_ordered_results_use

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in header comment for set_operation_ordered_results_use
Date: 2024-11-29 02:56:51
Message-ID: E1tGrBa-0005nU-HL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in header comment for set_operation_ordered_results_useful

Reported-by: Richard Guo
Discussion: https://postgr.es/m/CAMbWs492vMy3XNjDZRtqtHfFTK6HVeDwhrEQH7eXGgF_h5Jnzw@mail.gmail.com

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2024-11-29 07:52:24 pgsql: Skip not SOAP-supported indexes while transforming an OR clause
Previous Message Tom Lane 2024-11-29 01:44:30 Re: pgsql: Avoid mislabeling of lateral references when pulling up a subque