Re: Comment typo in recent push

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Peter Smith <smithpb2250(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Comment typo in recent push
Date: 2023-04-05 12:59:12
Message-ID: CA+TgmoY4=Te5m4SrrPEZQYk+CZUjGLda-O4bEeSHksMBp8-LRA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Apr 4, 2023 at 8:29 PM Peter Smith <smithpb2250(at)gmail(dot)com> wrote:
> There seems to be a comment typo in the recent commit "Perform logical
> replication actions as the table owner" [1].
>
> /*
> * Switch back to the original user ID.
> *
> * If we created a new GUC nest level, also role back any changes that were
> * made within it.
> */
>
>
> /role back/rollback/
>
> ~~
>
> PSA a tiny patch to fix that.

Good catch, but I think it should be roll back (a verb) not rollback (a noun).

--
Robert Haas
EDB: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Benoit Lobréau 2023-04-05 13:00:53 Parallel Query Stats
Previous Message Drouvot, Bertrand 2023-04-05 12:44:09 Re: Minimal logical decoding on standbys