Thread

Commits

  1. Fix a couple of typos

  1. Fix typo plgsql to plpgsql.

    Zhang Mingli <zmlpostgres@gmail.com> — 2023-03-20T16:26:17Z

    Hi, all
    
    Found several typos like plgsql, I think it should be plpgsql.
    
    
    Regards,
    Zhang Mingli
    
  2. Re: Fix typo plgsql to plpgsql.

    Richard Guo <guofenglinux@gmail.com> — 2023-03-21T01:04:32Z

    On Tue, Mar 21, 2023 at 12:26 AM Zhang Mingli <zmlpostgres@gmail.com> 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
    
  3. Re: Fix typo plgsql to plpgsql.

    Michael Paquier <michael@paquier.xyz> — 2023-03-21T01:15:39Z

    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