Re: Fix typo plgsql to plpgsql.

2023-03-20 Thread Michael Paquier
On Tue, Mar 21, 2023 at 09:04:32AM +0800, Richard Guo wrote: > +1. I believe these are typos. And a grep search shows that all typos of > this kind are addressed by the patch. Yes, you are right. The comments fixed here are related to plpgsql. Will fix.. -- Michael signature.asc Description: PG

Re: Fix typo plgsql to plpgsql.

2023-03-20 Thread Richard Guo
On Tue, Mar 21, 2023 at 12:26 AM Zhang Mingli wrote: > Found several typos like plgsql, I think it should be plpgsql. > +1. I believe these are typos. And a grep search shows that all typos of this kind are addressed by the patch. Thanks Richard