typo in a comment of restrictinfo.c
Ryo Kanbayashi <kanbayashi.dev@gmail.com>
From: Ryo Kanbayashi <kanbayashi.dev@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2024-12-14T01:41:26Z
Lists: pgsql-hackers
Attachments
- restrictinfo_c_typo.patch (application/x-patch) patch
Hi everyone, I found a typo in comment of restrictinfo.c line 99. ( https://github.com/postgres/postgres/blob/master/src/backend/optimizer/util/restrictinfo.c#L99 ) Not 'construcitng' but 'constructing' ? -- Best regards, Ryo Kanbayashi kanbayashi.dev@gmail.com https://github.com/ryogrid
Commits
-
Fix typo
- c72ca3ddec15 18.0 landed