1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-29 16:21:20 +03:00
Ryo Kanbayashi

Discussion: https://postgr.es/m/CANOn0ExEQiPVrzkjULkENVac_n4Lknm6dxsU69MSncQap0kJVA%40mail.gmail.com
This commit is contained in:
John Naylor 2024-12-14 09:52:08 +07:00
parent 7b8cb9cd6a
commit c72ca3ddec

View File

@ -96,7 +96,7 @@ make_restrictinfo(PlannerInfo *root,
* make_plain_restrictinfo
*
* Common code for the main entry points and the recursive cases. Also,
* useful while contrucitng RestrictInfos above OR clause, which already has
* useful while constructing RestrictInfos above OR clause, which already has
* RestrictInfos above its subclauses.
*/
RestrictInfo *